Module gg.xp.xivapi

Annotation Interface XivApiRaw


@Retention(RUNTIME) @Target(METHOD) public @interface XivApiRaw
Indicates that the targeted method should be retrieved from xivapi using the @as(raw) decorator in the query. The field will only contain the resulting value. For example, if I apply this to the "LevelItem" field in "Item", then instead of receiving the entire LevelItem object, I will just receive the number itself.

Generally, this only makes sense for numeric and possibly string types.