@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface AddBeans
A repeatable container for AddBean. No need to use this annotation, just repeat AddBean annotation on test class.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Beans to be added.
  • Element Details

    • value

      AddBean[] value
      Beans to be added.
      Returns:
      add bean annotations