@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface FieldProxy
Object type and takes no arguments. The getter interface
 must similarly return void and take a single Object argument. After installing these
 interfaces with the FieldProxy.Binder, this
 binder needs to be registered with a MethodDelegation before it can be used.| Modifier and Type | Fields and Description | 
|---|---|
| static String | BEAN_PROPERTYA placeholder name to indicate that a field name should be inferred by the name of the intercepted
 method by the Java bean naming conventions. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| Class<?> | definingTypeDetermines which type defines the field that is to be accessed. | 
| boolean | serializableProxyDetermines if the proxy should be serializable. | 
| String | valueDetermines the name of the field that is to be accessed. | 
public static final String BEAN_PROPERTY
public abstract boolean serializableProxy
true if the proxy should be serializable.public abstract String value
public abstract Class<?> definingType
Copyright © 2014–2016. All rights reserved.