@Service public class AsynchronousHandler extends AbstractAttributeHandler implements PostProcessor<EjbContext>
localStringsejbProvider, loggerANNOTATION_HANDLER_METADATA| Constructor and Description |
|---|
AsynchronousHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation>[] |
getTypeDependencies() |
void |
postProcessAnnotation(AnnotationInfo ainfo,
EjbContext ejbContext)
Set the default value (from class type annotation) on all
methods that don't have a value.
|
protected HandlerProcessingResult |
processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts)
Process Annotation with given EjbContexts.
|
protected boolean |
supportTypeInheritance()
This indicates whether the annotation type should be processed for
type level in super-class.
|
isDelegatee, processAnnotation, processAnnotationgetAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethodprotected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts) throws AnnotationProcessorException
AbstractAttributeHandlerprocessAnnotation in class AbstractAttributeHandlerAnnotationProcessorExceptionpublic Class<? extends Annotation>[] getTypeDependencies()
getTypeDependencies in interface AnnotationHandlergetTypeDependencies in class AbstractHandlerprotected boolean supportTypeInheritance()
AbstractAttributeHandlersupportTypeInheritance in class AbstractAttributeHandlerpublic void postProcessAnnotation(AnnotationInfo ainfo, EjbContext ejbContext) throws AnnotationProcessorException
postProcessAnnotation in interface PostProcessor<EjbContext>AnnotationProcessorExceptionCopyright © 2019. All rights reserved.