Annotation Type Proxy
-
@Retention(SOURCE) @Target(TYPE) public @interface Proxy
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueThe interface to proxy.
-
-
-
-
suffix
java.lang.String suffix
Specifies the suffix added to the class name of the generated class. IfclassName()is specified this will be ignored.- Returns:
- the suffix to add to the end of this classes name for the generated class
- Default:
- "Proxy"
-
-