|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=SOURCE) @Target(value=FIELD) public @interface Delegate
Field annotation to delegate part of functionality to annotated field. All non-private methods presented in the type of field and not presented in the owner class will be added to owner class on compile time.
| Optional Element Summary | |
|---|---|
boolean |
interfaces
true if owner class should implement interfaces implemented by field |
public abstract boolean interfaces
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||