Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] introduction of inner classes

Hi,

I am interested in introducing an inner class in a particular class. Is it possible to do so through aspectj?

for example I have a class A

public class A {

        A()

}

and i want to write an aspect which can modify class A to look like

public class A {

        A()

        class B {

              B()

        }

}

Thanks

Gagan Tandon



Easiest Money Transfer to India . Send Money To 6000 Indian Towns. Easiest Way To Send Money Home!

Back to the top