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