Annotation Type ExtensionConfiguration
-
@Beta @Retention(RUNTIME) @Target(TYPE) @Documented @Deprecated public @interface ExtensionConfigurationDeprecated.Denotes that a class provides extension configuration. For example:@ExtensionConfiguration("my-extension") public class MyExtensionConfiguration { private String someProperty; }
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueDeprecated.The property value of the extension configuration.
-