Package com.restfb.util
Class ReflectionUtils.FieldWithAnnotation<T extends Annotation>
java.lang.Object
com.restfb.util.ReflectionUtils.FieldWithAnnotation<T>
- Enclosing class:
- ReflectionUtils
A field/annotation pair.
- Author:
- Mark Allen
-
Constructor Summary
ConstructorDescriptionFieldWithAnnotation
(Field field, T annotation) Creates a field/annotation pair. -
Method Summary
-
Constructor Details
-
FieldWithAnnotation
Creates a field/annotation pair.- Parameters:
field
- A field.annotation
- An annotation on the field.
-
-
Method Details