public static class ReflectionUtils.FieldWithAnnotation<T extends Annotation> extends Object
| Constructor and Description |
|---|
FieldWithAnnotation(Field field,
T annotation)
Creates a field/annotation pair.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getAnnotation()
Gets the annotation on the field.
|
Field |
getField()
Gets the field.
|
String |
toString() |
Copyright © 2014. All rights reserved.