Class InjectionPoint.InjectableMethod

    • Field Detail

      • method

        final java.lang.reflect.Method method
      • overrodeGuiceInject

        boolean overrodeGuiceInject
        true if this method overrode a method that was annotated with com.google.inject.Inject. used to allow different override behavior for guice inject vs javax.inject.Inject
    • Constructor Detail

      • InjectableMethod

        InjectableMethod​(TypeLiteral<?> declaringType,
                         java.lang.reflect.Method method,
                         java.lang.annotation.Annotation atInject)