@Retention(value=SOURCE) @Target(value=TYPE) @Repeatable(value=JkInjectCompileOption.JkCompileOptions.class) public @interface JkInjectCompileOption
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
The dependency to import.
|