Hello all I need to write annotation in every class I write , that is I need to insert annotations to something like 120 class Can I inject it with aspectj ? For example: Every class have look like this :
@myAnnotation(some=value)
Public class A}
...
...
A(){}
....
..
{
Can this annotation be injected to every of my class's?
Thanks
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users
