@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
@Incubating
public @interface Classpath
Marks a property as specifying a JVM classpath for a task.
This annotation should be attached to the getter method or the field for the property.