Annotation Type InterimType


@Target(METHOD) @Retention(RUNTIME) public @interface InterimType
Identifies an interim class to use until an official GeoAPI class or interface is released.
Since:
0.8
Version:
0.8
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The interim Apache SIS class to use until the GeoAPI class or interface is released.
  • Element Details

    • value

      Class<?> value
      The interim Apache SIS class to use until the GeoAPI class or interface is released.
      Returns:
      Apache SIS class to use in the interim.