Annotation Interface AddExtensions
@Inherited
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Deprecated(since="4.2.0")
public @interface AddExtensions
Deprecated.
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 ElementsModifier and TypeRequired ElementDescriptionDeprecated.Get the contained annotations.
-
Element Details
-
value
AddExtension[] valueDeprecated.Get the contained annotations.- Returns:
- annotations
-
AddExtensions
instead