T - the class of the annotation to scan.public class FieldAnnotationScanner<T extends Annotation> extends Object
T.
TO-DO : keep a cache between successive invocations of scan| Constructor and Description |
|---|
FieldAnnotationScanner(Class<T> annotation) |
| Modifier and Type | Method and Description |
|---|---|
ReflectObject<T> |
scan(Object target)
Scans the given object for the field annotation.
|
public ReflectObject<T> scan(Object target)
target - the object to scan.ReflectObject that
represents the object with regards to the annotation otherwise.Copyright © 2022 LSST. All rights reserved.