@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface JkImportProject
JkRun
or instance of a subclass. The
expected value is the referenced project path relative to the project the
annotated element belong. JkRun
field with value ../FooB
.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Dependee project relative path
|