Package org.opengis.annotation
Annotation Type Profile
- 
@Deprecated @Documented @Target(METHOD) public @interface Profile
Deprecated.has never been used outside a few metadata classes, and core profile is not defined anymore in latest ISO 19115.An annotation mapping an interface, methods or fields to a profile.- Since:
 - 2.0
 - See Also:
 - Issue #29
 
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description ComplianceLevellevelDeprecated.The level for the annotated element. 
 - 
 
- 
- 
Element Detail
- 
level
ComplianceLevel level
Deprecated.The level for the annotated element.COREmeans that all profiles should provides this element.- Returns:
 - the compliance level.
 
 
 - 
 
 -