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