Annotation Interface TmxProperty


@Target(FIELD) @Retention(RUNTIME) public @interface TmxProperty
This annotation identifies which name is used by the map-object property related to the annotated member.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the annotated member in the context of the TMX map.
  • Element Details

    • name

      String name
      The name of the annotated member in the context of the TMX map.
      Returns:
      The name of the TMX map-object property.