public abstract class AbstractAttributeHandler extends AbstractHandler
| Modifier and Type | Field and Description |
|---|---|
protected static LocalStringManagerImpl |
localStrings |
ejbProvider, loggerANNOTATION_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, validateInjectionMethodprotected static final LocalStringManagerImpl localStrings
protected abstract HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts) throws AnnotationProcessorException
ainfo - ejbContexts - AnnotationProcessorExceptionprotected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, EjbInterceptorContext ejbInterceptorContext) throws AnnotationProcessorException
ainfo - ejbInterceptorContext - AnnotationProcessorExceptionpublic HandlerProcessingResult processAnnotation(AnnotationInfo ainfo) throws AnnotationProcessorException
ainfo - the annotation informationAnnotationProcessorExceptionprotected boolean isDelegatee()
protected boolean supportTypeInheritance()
Copyright © 2017. All rights reserved.