Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How to inject a static field into a multitude of types with AspectJ?

Would not you agree that getLogger must be made private? Otherwise, someone
could have invoked it from an arbitrary context, in which case
thisEnclosingJoinPointStaticPart would be something unaffected by the
aspect.


--
View this message in context: http://aspectj.2085585.n4.nabble.com/How-to-inject-a-static-field-into-a-multitude-of-types-with-AspectJ-tp4168355p4298714.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top