@Property
|
|
As explained in the Configurator and Configurable articles, Tricia supports administrator-configuration, i.e. you can let an administrator set certain values in your web-appliciation.
To make a value in your source-code configurable, it must
- Be a member of a Configurable class located in the de.infoasset.your-project.services package
- Be annotated with the @Property annotation
- Be a primitive data type
- Have an instance of that Configurable class annotated with the [LINK THIS:] @Association annotation somewhere in the source code
- Add the instance to the configurable settings in the Configurator web interface
Look at the Configurable article for a source code example.
 
Tricia - Printout