The Ultimate Prefernce Manager
Format
@Persistant <Type> <name> = <default-value>;
Example
@File('settings.bin')
class Settings {
@Persistant String name = 'unnamed';
@Persistant int clicks = 0;
}
Last updated
Was this helpful?