Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Why annotations are not exposed through JoinPoint.StaticPart?

So, basically it is only available through the reflection on the respective
type/method/field? But, since they are indeed available during the
compilation, you could have cached them in thisJoinPointStaticPart?

I would really like this feature, so here you go -
https://bugs.eclipse.org/bugs/show_bug.cgi?id=366757

Thanks.

--
View this message in context: http://aspectj.2085585.n4.nabble.com/Why-annotations-are-not-exposed-through-JoinPoint-StaticPart-tp4196637p4197179.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top