Class AnnotatedProperty.OwnedAnnotation<T extends java.lang.annotation.Annotation>

  • Enclosing class:
    AnnotatedProperty

    public static class AnnotatedProperty.OwnedAnnotation<T extends java.lang.annotation.Annotation>
    extends java.lang.Object
    Just a wrapper around an annotation instance to keep track of which method that annotation was found on
    • Method Detail

      • getAnnotation

        public T getAnnotation()
      • getDeclaringClass

        public java.lang.Class<?> getDeclaringClass()