@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface JkImportProject
JkCommands the annotated field is
injected with the instance of the imported project.
Examples : @JkImportProject("../importedProject")
a JkCommands field with value ../FooB.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Dependee project relative path
|