I don't think so, any more than it would be a good idea for Java
itself to support this with some flag - you'd end up with ordinary-
looking code that needed access protection dropped in order to run.
However, those same reflective techniques you could use from Java to
get at private members can be used from Clojure. So you can write call-
private or get-set-private functions that do what you want.
Rich