Class PostConstructAnnotationHandler

    • Constructor Detail

      • PostConstructAnnotationHandler

        public PostConstructAnnotationHandler​(WebAppContext wac)
    • Method Detail

      • supportsPostConstruct

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