Annotation Interface MockitoBeans


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface MockitoBeans
Container for @MockitoBean annotations which allows @MockitoBean to be used as a repeatable annotation at the type level — for example, on test classes or interfaces implemented by test classes.
Since:
6.2.2
Author:
Sam Brannen
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description