I am using AJDT 1.4.1(AspectJ 1.5.3) to compile a simple class that
uses JDK 1.6 features and I get an error that says,

Java 6.0 compliance level is unsupported.

Is there any plan for AspectJ to support Java 6 compliance in near future?

The class I tried:

public class Tester {
        private Deque< String> deque;
}

Regards,
Choudary.
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to