Skip to main content

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

I'm pretty sure the answer is no. I'm curious what "use case" you have in mind?

dean

On Nov 20, 2007, at 9:19 PM, Hendrik Gani wrote:

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


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Dean Wampler, Ph.D.
dean at objectmentor.com
See also:
http://aquarium.rubyforge.org     AOP for Ruby
http://www.contract4j.org         Design by Contract for Java5




Back to the top