@Inherited @Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface Setting
org.n52.faroe.SettingDefinition.
It is needed to apply the Configurable annotation to a class with a method annotated with this annotations
for the SettingsManager to recognize it.
Example usage:
@Setting(MiscellaneousSettingDefinitions.TOKEN_SEPERATOR_KEY)
public void setTokenSeperator(String separator) {
this.separator = separator;
}
Configurablepublic abstract String value
Copyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.