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.
|
Class<?>[] |
extractInterceptorClasses(Annotated annotated) |
Class<? extends Annotation> |
getExcludeClassInterceptorsAnnotationClass() |
Class<? extends Annotation> |
getInterceptorsAnnotationClass() |
annotationTypeForName, classForName, enumValuepublic InterceptorsApiAbstraction(ResourceLoader resourceLoader)
public Class<? extends Annotation> getInterceptorsAnnotationClass()
public Class<? extends Annotation> getExcludeClassInterceptorsAnnotationClass()
Copyright © 2016. All Rights Reserved.