Package org.opengis.annotation
Annotation Type Profile
-
@Documented @Target(METHOD) public @interface ProfileAn annotation mapping an interface, methods or fields to a profile.- Since:
- 2.0
- Version:
- 3.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ComplianceLevellevelThe level for the annoted element.
-
-
-
Element Detail
-
level
ComplianceLevel level
The level for the annoted element.COREmeans that all profiles should provides this element.- Returns:
- The compliance level.
-
-