Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Is it possible to modify the subject type based on the presence of a certain annotation on a type's method?

For instance, given a method annotated with the LogMe annotation, I would
like the declaring type to be annotated with @LogMe or implement the
ILoggable interface (or both).

It is possible?

--
View this message in context: http://aspectj.2085585.n4.nabble.com/Is-it-possible-to-modify-the-subject-type-based-on-the-presence-of-a-certain-annotation-on-a-type-s--tp4210440p4210440.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top