Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] can i inject class anottaion with aspectj ?

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 


Back to the top