@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface FieldValue
RuntimeType annotation can be
 applied to the parameter.| Modifier and Type | Required Element and Description | 
|---|---|
| String | valueThe name of the field to be accessed. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| Class<?> | definingTypeDefines the type on which the field is declared. | 
public abstract String value
public abstract Class<?> definingType
Copyright © 2014–2016. All rights reserved.