org.opengis.annotation
Annotation Type Profile


@Documented
@Target(value=METHOD)
public @interface Profile

An annotation mapping an interface, methods or fields to a profile.

Since:
2.0

Required Element Summary
 ComplianceLevel level
          The level for the annotated element.
 

Element Detail

level

public abstract ComplianceLevel level
The level for the annotated element. CORE means that all profiles should provides this element.

Returns:
The compliance level.


Copyright © 1994-2013 Open Geospatial Consortium. All Rights Reserved.