Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [jdt-apt-dev] Annotations in static inner classes

The diagnostic you are seeing comes from the JDT compiler - not us. It is definitely possible to annotate a static inner class. Can you send your example?
 
Tim
-----Original Message-----
From: jdt-apt-dev-bounces@xxxxxxxxxxx [mailto:jdt-apt-dev-bounces@xxxxxxxxxxx]On Behalf Of WGilster@xxxxxxxx
Sent: Thursday, February 09, 2006 7:02 AM
To: jdt-apt-dev@xxxxxxxxxxx
Subject: [jdt-apt-dev] Annotations in static inner classes


I looked in the open bugs but I didn't see this as a problem.  Is it possible to annotate static inner classes?  

I'm getting a compiler error "The type MyClassName collides with a package."  and there are no package names or classes it should be having a problem with.

Wes G.

Back to the top