@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ConfigurationPrefix
Add this annotation to configuration interfaces to specify what prefix to use
For example, HA configuration interfaces would have @ConfigurationPrefix("ha.") as annotation