Package org.opengis.annotation
Annotation Type XmlParameter
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface XmlParameter
Maps a method to the XML parameter. This annotation can be used with reflection for finding the corresponding XML parameter in the schema.- Since:
- GeoAPI 2.2
- Author:
- Johann Sorel (Geomatys)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
value
The name of the element in the XML schema.
-