Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Modifying the name of a class

Hi,

I've been searching around and as I understand it, aspectj aims to provide flexibility for developers to modify class behaviour by allowing them to modify its fields, methods, constructors and even the inheritance hierarchy. Therefore I guess it wouldn't support arbitrary manipulation of a Java class (such as modifying its name), however I'll give it a shot anyway by posting the question in this mailing list. So, does anyone know whether we could aspectj to modify the name of a class?

Thanks,

Hendrik




Back to the top