[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ews.eclipse.technology.aspectj] aspect package

Hi,

I just noticed that unlike for regular java classes, Aspect package declaration does not have to match physical location of .aj file. For example, the following Aspect compiles using 1.5 AJC.

=== project/src/test/Foo.aj ===
package does.not.seem.to.matter;

public aspect Foo {
}
===============================

This is a bug, right?

--
Regards,
Igor Fedorenko