public class InterceptorsApiAbstraction extends ApiAbstraction implements Service
ApiAbstraction.Dummy, ApiAbstraction.DummyAnnotation, ApiAbstraction.DummyEnum| Constructor and Description |
|---|
InterceptorsApiAbstraction(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.Class<?>[] |
extractInterceptorClasses(Annotated annotated) |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getExcludeClassInterceptorsAnnotationClass() |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getInterceptorsAnnotationClass() |
annotationTypeForName, classForName, enumValuepublic InterceptorsApiAbstraction(ResourceLoader resourceLoader)
public java.lang.Class<? extends java.lang.annotation.Annotation> getInterceptorsAnnotationClass()
public java.lang.Class<? extends java.lang.annotation.Annotation> getExcludeClassInterceptorsAnnotationClass()
public java.lang.Class<?>[] extractInterceptorClasses(Annotated annotated)
Copyright © 2015. All Rights Reserved.