Class PreDestroyCallback

    • Constructor Detail

      • PreDestroyCallback

        public PreDestroyCallback​(java.lang.Class<?> clazz,
                                  java.lang.String methodName)
        Parameters:
        clazz - the class object to be injected
        methodName - the name of the method to inject
      • PreDestroyCallback

        public PreDestroyCallback​(java.lang.String className,
                                  java.lang.String methodName)
        Parameters:
        className - the name of the class to inject
        methodName - the name of the method to inject