Annotation Interface LayerTranslator


@Retention(RUNTIME) @Target(TYPE) public @interface LayerTranslator
Indicates the type of Layer (including subtypes) that LeafletLayerTranslator marked by this annotation can operate with.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Supported type of the Layer.
  • Element Details

    • type

      Class<?> type
      Supported type of the Layer.