Tools

  • Register

Wichtige Links


@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

  1. Be a member of a Configurable class located in the de.infoasset.your-project.services package
  2. Be annotated with the @Property annotation
  3. Be a primitive data type
  4. Have an instance of that Configurable class annotated with the [LINK THIS:] @Association annotation somewhere in the source code
  5. Add the instance to the configurable settings in the Configurator web interface
Look at the Configurable article for a source code example.
 

Referenced by: