I have a project mixed with Java / Scala, it is a Java GUI code that uses the Scala library. Is there a way to write Scala code to give Java variables at compile time? The approaches I've tried so far (case private classes, Enumeration extension) seem to generate normal classes, which makes working with them much more hairy than direct enumerations.
java enums scala bytecode interop
Boris Terzic
source share