⚡
Ideas
  • Static Meta-Programming
  • Server
    • Tree-like Web Server
    • Function Server
    • Model Server
  • Application
    • Chatbot AI
  • Package/Library
    • The Ultimate Prefernce Manager
Powered by GitBook
On this page

Was this helpful?

  1. Package/Library

The Ultimate Prefernce Manager

Format

@Persistant <Type> <name> = <default-value>;

Example

@File('settings.bin')
class Settings {
    @Persistant String name = 'unnamed';
    @Persistant int clicks = 0;
}
PreviousChatbot AI

Last updated 4 years ago

Was this helpful?