@Service public class DeclareRolesHandler extends AbstractCommonAttributeHandler
ejbProvider, localStrings, logger
ANNOTATION_HANDLER_METADATA
Constructor and Description |
---|
DeclareRolesHandler() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation>[] |
getTypeDependencies() |
protected HandlerProcessingResult |
processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts)
Process Annotation with given EjbContexts.
|
protected HandlerProcessingResult |
processAnnotation(AnnotationInfo ainfo,
WebBundleContext webBundleContext)
Process Annotation with given WebBundleContext.
|
protected HandlerProcessingResult |
processAnnotation(AnnotationInfo ainfo,
WebComponentContext[] webCompContexts)
Process Annotation with given WebCompContexts.
|
protected boolean |
supportTypeInheritance()
This indicates whether the annotation type should be processed for
type level in super-class.
|
processAnnotation
getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethod
protected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts) throws AnnotationProcessorException
AbstractCommonAttributeHandler
processAnnotation
in class AbstractCommonAttributeHandler
AnnotationProcessorException
protected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, WebComponentContext[] webCompContexts) throws AnnotationProcessorException
AbstractCommonAttributeHandler
processAnnotation
in class AbstractCommonAttributeHandler
AnnotationProcessorException
protected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, WebBundleContext webBundleContext) throws AnnotationProcessorException
AbstractCommonAttributeHandler
processAnnotation
in class AbstractCommonAttributeHandler
AnnotationProcessorException
public Class<? extends Annotation>[] getTypeDependencies()
getTypeDependencies
in interface AnnotationHandler
getTypeDependencies
in class AbstractHandler
protected boolean supportTypeInheritance()
AbstractCommonAttributeHandler
supportTypeInheritance
in class AbstractCommonAttributeHandler
Copyright © 2018. All rights reserved.