Class ReflectionUtils.FieldWithAnnotation<T extends Annotation>

    • Constructor Detail

      • FieldWithAnnotation

        public FieldWithAnnotation​(Field field,
                                   T annotation)
        Creates a field/annotation pair.
        Parameters:
        field - A field.
        annotation - An annotation on the field.