Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Problem with class names which contain '$$'

Hello,

I have a problem using class names which contain '$$' (e. g.
Message$$Base, Message$$Head). The output of ajc is:

no match for this type name: Message$$Base
[Xlint:invalidAbsoluteTypeName]

In can't find out my mistake. Is it possible to use class names like
Message$$Base with AspectJ?

greetings
Sven

------------------------------------
Dipl.-Inf. Sven Apel

Universität Magdeburg:
Tel.:   +49-(0)-391-67-11899
Fax.:   +49-(0)-391-67-12020
e-mail: apel@xxxxxxxxxxxxxxxxxxxxxxx



Back to the top