Interface ConfigBeanSpec

All Known Subinterfaces:
CLIBeanSpec, I18nSupport, INIBeanSpec, PreferencesBeanSpec, SessionBeanSpec

@ClassVersion(sourceVersion="$Id: ConfigBeanSpec.java 1010 2022-02-05 19:28:36Z tquadrat $") @API(status=STABLE, since="0.1.0") public interface ConfigBeanSpec

The base for the specification of a configuration bean; the final specification interface must also be annotated with @ConfigurationBeanSpecification in order to be recognised properly.

The generation process will generate only getter and setter methods, other methods must be provided as default.

If the configuration bean should be initialised through command line arguments, the specification interface must extend CLIBeanSpec, and if it should work with Preferences, the interface needs to extend PreferencesBeanSpec. It could extend both.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: ConfigBeanSpec.java 1010 2022-02-05 19:28:36Z tquadrat $
Since:
0.1.0
UML Diagram
UML Diagram for "org.tquadrat.foundation.config.ConfigBeanSpec"

UML Diagram for "org.tquadrat.foundation.config.ConfigBeanSpec"

UML Diagram for "org.tquadrat.foundation.config.ConfigBeanSpec"