Annotation Type ActivateScopes


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Inherited @Repeatable(All.class) public @interface ActivateScopes
Activate listed scopes for the duration of the test.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Container annotation for repeatable ActivateScopes.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Annotation>[]