Annotation for a configuration class. Does not take any argument. A configuration class should extend one or more of the configuration interfaces.
@Configuration class ExampleConfig : ProfilesConfig { override string[] defaultProfiles() { return ["example"]; } }
See Implementation
Annotation for a configuration class. Does not take any argument. A configuration class should extend one or more of the configuration interfaces.