Annotation Interface AddConfigs


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Inherited @Deprecated(since="4.2.0") public @interface AddConfigs
Deprecated.
Use AddConfigs instead
A repeatable container for AddConfig.

This annotation is optional, you can instead repeat AddConfig.

E.g.

 @AddConfig(key="foo", value="1")
 @AddConfig(key="bar", value="2")
 class MyTest {
 }
 
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
    Get the contained annotations.
  • Element Details

    • value

      AddConfig[] value
      Deprecated.
      Get the contained annotations.
      Returns:
      annotations