@Documented @Retention(value=RUNTIME) @Target(value={TYPE,FIELD,METHOD}) public @interface UML
| Modifier and Type | Required Element and Description |
|---|---|
String |
identifier
The UML identifier for the annotated interface, method or code list element.
|
Specification |
specification
The specification where this UML come from.
|
| Modifier and Type | Optional Element and Description |
|---|---|
Obligation |
obligation
The obligation declared in the UML.
|
public abstract String identifier
public abstract Specification specification
public abstract Obligation obligation
Obligation.MANDATORY, then null value are not allowed.Copyright © 1996–2019 Geotools. All rights reserved.