Package com.soebes.itf.jupiter.extension
Annotation Type MavenOptions
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
@API(status=EXPERIMENTAL,
since="0.9.0")
public @interface MavenOptions
@MavenOptions
is a container for one or more @MavenOption
declarations.- Since:
- 0.9.0
- Author:
- Karl Heinz Marbaise
- See Also:
-
Required Element Summary
-
Element Details
-
value
MavenOption[] value- Returns:
- An array of one or more
@MavenOption
declarations.
-