public class AnnotationApiAbstraction extends ApiAbstraction implements Service
ApiAbstraction.Dummy, ApiAbstraction.DummyAnnotation, ApiAbstraction.DummyEnum
Modifier and Type | Field and Description |
---|---|
Class<? extends 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.
|
Integer |
getPriority(Object annotationInstance) |
annotationTypeForName, classForName, enumValue
public final Class<? extends Annotation> PRIORITY_ANNOTATION_CLASS
public AnnotationApiAbstraction(ResourceLoader resourceLoader)
Copyright © 2015. All Rights Reserved.