T - the annotation classpublic interface ReflectObject<T extends Annotation>
T| Modifier and Type | Method and Description |
|---|---|
T |
getAnnotation(String fieldName)
Gets the annotation for the given field name.
|
Map<String,Field> |
getFields()
Gets the annotated fields for this object.
|
Object |
getTarget()
Gets the object itself.
|
Copyright © 2021 LSST. All rights reserved.