@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface FieldProxy
Object type and takes no arguments. The setter 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 | Optional Element and Description | 
|---|---|
| Class<?> | declaringTypeDetermines 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 abstract boolean serializableProxy
true if the proxy should be serializable.public abstract String value
public abstract Class<?> declaringType
Copyright © 2014–2025. All rights reserved.