-
Required Element Summary
Required Elements
-
Optional Element Summary
Optional Elements
Specifies the class name of the generated class.
Specifies the suffix added to the class name of the generated class.
-
Element Details
-
value
The interface to proxy.
- Returns:
- the class to proxy
-
-
className
Specifies the class name of the generated class. This cannot be the same as this or any other existing class.
- Returns:
- the class name
- Default:
- ""
-
suffix
Specifies the suffix added to the class name of the generated class. If
className() is specified this will be ignored.
- Returns:
- the suffix to add to the end of this classes name for the generated class
- Default:
- "Proxy"