-
Feature Request
-
Resolution: Done
-
Minor
-
1.0.0-beta-5
-
None
ShrinkWrap project is compiled to be backward compatible with Java 5. However, current configuration convinces Eclipse that project itself is is Java 1.5 version, which is not true. The leads to very annoying errors, especially when an interface method implementation is annotated with @Override. User must manually change project configuration after each import.