Class ReflectionUtils.FieldWithAnnotation<T extends Annotation>

java.lang.Object
com.restfb.util.ReflectionUtils.FieldWithAnnotation<T>
Enclosing class:
ReflectionUtils

public static class ReflectionUtils.FieldWithAnnotation<T extends Annotation> extends Object
A field/annotation pair.
Author:
Mark Allen
  • Constructor Details

    • FieldWithAnnotation

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