code.framework.link.java

get-class

added in 3.0

(get-class file)

grabs the symbol of the class in the java file (get-class (io/file “test-java/test/Cat.java”)) => ’test.Cat

get-imports

added in 3.0

(get-imports file)

grabs the symbol of the class in the java file (get-imports (io/file “test-java/test/Cat.java”)) => ’()