Class InjectionUtil


  • public class InjectionUtil
    extends java.lang.Object
    Author:
    Daniel Meyer
    • Constructor Detail

      • InjectionUtil

        public InjectionUtil()
    • Method Detail

      • detectAnnotatedMethod

        public static java.lang.reflect.Method detectAnnotatedMethod​(java.lang.Class<?> clazz,
                                                                     java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
      • resolveInjections

        public static java.lang.Object[] resolveInjections​(DeploymentOperation operationContext,
                                                           java.lang.reflect.Method lifecycleMethod)