Annotation Type 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 TypeRequired ElementDescription
    java.lang.Stringname
    The name of the annotated member in the context of the TMX map.
  • Element Details

    • name

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