Module gg.xp.xivapi

Annotation Interface XivApiField


@Retention(RUNTIME) @Target(METHOD) public @interface XivApiField
Override the default field name to map to.

In order to map an interface method to the xivapi field "Foo", you can either:

  • Name the method getFoo() or isFoo()
  • Apply the annotation @XivApiField("Foo") to the method
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details