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, enumValue
public InterceptorsApiAbstraction(ResourceLoader resourceLoader)
public Class<? extends Annotation> getInterceptorsAnnotationClass()
public Class<? extends Annotation> getExcludeClassInterceptorsAnnotationClass()
Copyright © 2014. All Rights Reserved.