|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Documented public @interface RawProxyInterface
Annotation for creating proxies with additional methods.
Normally, HelperProxyFactory creates augmented proxies with
the same interface as the raw proxy object (i.e. the helpers only
change the behaviour of existing methods).
If you need a proxy with additional methods then use this annotation on your helpers class to specify the interface of the raw proxy.
| Required Element Summary | |
|---|---|
Class |
value
The interface of the raw proxy being augmented by the helpers. |
| Element Detail |
|---|
public abstract Class value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||