Interface PostProcessor<T extends AnnotatedElementHandler>
-
- All Known Implementing Classes:
AccessTimeoutHandler,AsynchronousHandler,DenyAllHandler,LockHandler,PermitAllHandler,RolesAllowedHandler,TransactionAttributeHandler
public interface PostProcessor<T extends AnnotatedElementHandler>This interface enscapulates behaviour of post annotation processing during invokation of endElement in AnnotatedElementHandler.- Author:
- Shing Wai Chan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostProcessAnnotation(AnnotationInfo ainfo, T aeHandler)
-
-
-
Method Detail
-
postProcessAnnotation
void postProcessAnnotation(AnnotationInfo ainfo, T aeHandler) throws AnnotationProcessorException
- Throws:
AnnotationProcessorException
-
-