Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Java 6.0 compliance level is unsupported

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.


Back to the top