Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Using var keyword with Java 8 target

Hi,

the "var" keyword is solely implemented on the compiler level, yes? So then, is it possibly to give an ECJ compiler flag that allows me to use the var keyword in code compiled for Java 8?

I'd really like to keep Java 8 compatibility, but the var keyword is so incredibly convenient...

Greetings,
Stefan

--
Stefan Reich
BotCompany.de // AGI in the making

Back to the top