org.opengis.annotation
Annotation Type Profile


@Documented
@Target(value={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
 ComplianceLevel level
          The level for the annoted element.
 

Element Detail

level

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

Returns:
The compliance level.


Copyright © 1996-2014 Geotools. All Rights Reserved.