emlyn / tortilla

A thin Clojure wrapper for Java APIs providing efficient and idiomatic interop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle null for object arguments

emlyn opened this issue · comments

Possibly controlled by an option to defwrapper, giving the possibility to:

  • allow null for any object arg
  • only allow null for @Nullable annotated args
  • do not allow nulls