When NetBeans 7 (or NetBeans 3.6) is compiling with -source 1.4 enabled, why doesn’t it warn when compiling with methods (or classes) introduced @since 1.5 or @since 1.6?
When NetBeans 7 (or NetBeans 3.6) is compiling with -source 1.4 enabled, why doesn’t
Share
The
javacdocs imply that the-sourceoption is about language features, not library features.