public abstract class AbstractAttributeHandler extends AbstractHandler
Modifier and Type | Field and Description |
---|---|
protected static LocalStringManagerImpl |
localStrings |
ejbProvider, logger
ANNOTATION_HANDLER_METADATA
Constructor and Description |
---|
AbstractAttributeHandler() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isDelegatee()
This indicates whether the annotation can be processed by delegation
from the another annotation.
|
HandlerProcessingResult |
processAnnotation(AnnotationInfo ainfo)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
protected abstract HandlerProcessingResult |
processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts)
Process Annotation with given EjbContexts.
|
protected HandlerProcessingResult |
processAnnotation(AnnotationInfo ainfo,
EjbInterceptorContext ejbInterceptorContext)
Process Annotation with given InteceptorContext.
|
protected boolean |
supportTypeInheritance()
This indicates whether the annotation type should be processed for
type level in super-class.
|
getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getTypeDependencies, getWebAnnotationTypes, log, validateInjectionMethod
protected static final LocalStringManagerImpl localStrings
protected abstract HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts) throws AnnotationProcessorException
ainfo
- ejbContexts
- AnnotationProcessorException
protected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext) throws AnnotationProcessorException
ainfo
- ejbInterceptorContext
- AnnotationProcessorException
public HandlerProcessingResult processAnnotation(AnnotationInfo ainfo) throws AnnotationProcessorException
ainfo
- the annotation informationAnnotationProcessorException
protected boolean isDelegatee()
protected boolean supportTypeInheritance()
Copyright © 2020. All rights reserved.