How can you access scala.None from Java?
scala.None
The last line causes the compiler to die with \"type scala.None does not take parameters\".
imp
Using Scala 2.10.2 (not sure at what version when this came in):
final Option none = Option.empty();