@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Variable
Use this to make this variable changeable from the Leanplum dashboard. Variables must be of type boolean, byte, short, int, long, float, double, char, String, List, or Map. Lists and maps may contain other lists and maps.
Variables with this annotation update when the API call for Leanplum.start completes successfully or fails (in which case values are loaded from a cache stored on the device).