Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 951 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 951 Bytes

org.baznex/imports

A collection of utilities around importing Java classes.

This is the unofficial new home of clojure.contrib.import-static, used for "importing" static Java methods/fields into Clojure programs.

Please note that "importing" static fields is implemented by copying them to private vars in the namespace -- this blocks inlining.

Usage

Use the following dependency line in Leiningen:

[org.baznex/imports "1.4.0"]

(Please ignore the "1.0.0" release, it was simply mis-versioned.)

Building

Built with Leiningen v1.x.

Changelog

v1.3.0

  • Original version from Clojure Contrib (hence the version string)
  • Produces macros

v1.4.0

  • Added: org.baznex.imports/rename

License

Copyright:

Licensed under the Eclipse Public License v1.0. See <epl-v10.html>.