@Retention(value=SOURCE)
@Target(value=TYPE)
@Repeatable(value=JkImport.JkImports.class)
public @interface JkImport
Specifies the libraries necessary to compile and run the annotated class as a
Jerkar run. It can specify library referenced in a repository (as
"com.google.guava:guava:18.0") or file pattern relative to the project
directory (as "../lib-folder/mylib.jar").