Interface AnnotationProcessor


  • public interface AnnotationProcessor
    Comment
    • Method Detail

      • postConstruct

        void postConstruct​(java.lang.Object instance)
                    throws java.lang.IllegalAccessException,
                           java.lang.reflect.InvocationTargetException
        Throws:
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException
      • preDestroy

        void preDestroy​(java.lang.Object instance)
                 throws java.lang.IllegalAccessException,
                        java.lang.reflect.InvocationTargetException
        Throws:
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException
      • processAnnotations

        void processAnnotations​(java.lang.Object instance)
                         throws java.lang.IllegalAccessException,
                                java.lang.reflect.InvocationTargetException,
                                javax.naming.NamingException
        Throws:
        java.lang.IllegalAccessException
        java.lang.reflect.InvocationTargetException
        javax.naming.NamingException