|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface UMLAn annotation mapping each interface, methods or fields to the UML identifier where they come from.
| Required Element Summary | |
|---|---|
String |
identifier
The UML identifier for the annotated interface, method or code list element. |
Specification |
specification
The specification where this UML come from. |
| Optional Element Summary | |
|---|---|
Obligation |
obligation
The obligation declared in the UML. |
| Element Detail |
|---|
public abstract String identifier
public abstract Specification specification
public abstract Obligation obligation
Obligation.MANDATORY, then null value are not allowed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||