Package org.opengis.annotation
Annotation Type Profile
-
@Documented @Target({TYPE,FIELD,METHOD}) public @interface Profile
An annotation mapping an interface, methods or fields to a profile.- Since:
- GeoAPI 2.0
- Author:
- Martin Desruisseaux (IRD)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ComplianceLevel
level
The level for the annoted element.
-
-
-
Element Detail
-
level
ComplianceLevel level
The level for the annoted element.CORE
means that all profiles should provides this element.- Returns:
- The compliance level.
-
-