public class AnnotationApiAbstraction extends ApiAbstraction implements Service
ApiAbstraction.Dummy, ApiAbstraction.DummyAnnotation, ApiAbstraction.DummyEnum| Modifier and Type | Field and Description |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
PRIORITY_ANNOTATION_CLASS |
| Constructor and Description |
|---|
AnnotationApiAbstraction(ResourceLoader resourceLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
java.lang.Integer |
getPriority(java.lang.Object annotationInstance) |
annotationTypeForName, classForName, enumValuepublic final java.lang.Class<? extends java.lang.annotation.Annotation> PRIORITY_ANNOTATION_CLASS
public AnnotationApiAbstraction(ResourceLoader resourceLoader)
Copyright © 2014. All Rights Reserved.