@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 |
value
The name of the field to be accessed.
|
| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
definingType
Defines the type on which the field is declared.
|
public abstract String value
public abstract Class<?> definingType
Copyright © 2014–2015. All rights reserved.