@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface LayerTranslator
Layer
(including subtypes)
that LeafletLayerTranslator
marked by this annotation can operate with.Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<?> |
type
Supported type of the
Layer . |