@Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=JkChildBase.JkItems.class) public @interface JkChildBase
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Specifies the sub-base relative path to import.
|
public abstract java.lang.String value
The path can take the following forms:
@JkSubBase("foo/bar")
@JkSubBase("foo/*")
will include all sub-directories under foo
.@JkSubBase("*")
will include all direct child directories.The discovery process includes:
jeka.properties
filejeka-src
folder