Class PreDestroyAnnotationHandler

    • Constructor Detail

      • PreDestroyAnnotationHandler

        public PreDestroyAnnotationHandler​(WebAppContext wac)
    • Method Detail

      • supportsPreDestroy

        public boolean supportsPreDestroy​(java.lang.Class c)
        Check if the spec permits the given class to use the PreDestroy annotation.
        Parameters:
        c - the class
        Returns:
        true if permitted, false otherwise