Class InjectionPoint<T extends java.lang.annotation.Annotation>


  • public class InjectionPoint<T extends java.lang.annotation.Annotation>
    extends java.lang.Object
    Author:
    Erhan Bagdemir
    • Constructor Summary

      Constructors 
      Constructor Description
      InjectionPoint​(java.lang.reflect.Field field, T annotation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getAnnotation()  
      java.lang.reflect.Field getField()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InjectionPoint

        public InjectionPoint​(java.lang.reflect.Field field,
                              T annotation)
    • Method Detail

      • getField

        public java.lang.reflect.Field getField()
      • getAnnotation

        public T getAnnotation()