Interface AnnotationProcessor
public interface AnnotationProcessor
Comment
- Version:
- $Revision: 467222 $
- Author:
- Bill Burke
-
Method Summary
Modifier and TypeMethodDescriptionvoidpostConstruct(Object instance) voidpreDestroy(Object instance) voidprocessAnnotations(Object instance)
-
Method Details
-
postConstruct
-
preDestroy
-
processAnnotations
void processAnnotations(Object instance) throws IllegalAccessException, InvocationTargetException, NamingException
-