Annotation Interface AddExtensions


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

This annotation is optional, you can instead repeat AddExtension.

E.g.

 @AddExtension(FooExtension.class)
 @AddExtension(BarExtension.class)
 class MyTest {
 }
 
  • Required Element Summary

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

    • value

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