|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=METHOD) @Retention(value=SOURCE) public @interface Association
If a method is part of a UML association, the association name. Annotated methods shall expect no argument. The association source is the enclosing interface. The association target is inferred from the return type.
Required Element Summary | |
---|---|
String |
value
Association name. |
Element Detail |
---|
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |