Annotation Interface AddBeans


@Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface AddBeans
A repeatable container for AddBean.

This annotation is optional, you can instead repeat AddBean.

E.g.

 @AddBean(FooBean.class)
 @AddBean(BarBean.class)
 class MyTest {
 }
 
  • Required Element Summary

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

    • value

      AddBean[] value
      Get the contained annotations.
      Returns:
      annotations