Module gg.xp.xivapi

Annotation Interface XivApiThis


@Retention(RUNTIME) public @interface XivApiThis
Indicates that instead of reading from a field, the current object itself should be used.

That is, if I have a method called "getFoo()", by default, it will look at './fields/Foo'. If this annotation is used, then it will instead deserialize '.'.