@ObjectClassDefinition(name = "Example Global Configs", description = "Example Global Configs")public @interface ExampleGlobalConfig { @AttributeDefinition(name = "example.path", description = "This is example path") String getExamplePath() default "";}@Component(service = ExampleGlobalConfigS...