[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[aspectj-users] Capture classes with final fields
|
- From: Chrys <zampas@xxxxxxxxx>
- Date: Fri, 8 Jun 2007 06:47:21 -0700 (PDT)
- Delivered-to: aspectj-users@eclipse.org
Hello. I want to implement a pointcut that gets all classes that have only
final fields.
I thought something like
pointcut finalFieldsClasses() :
(set(final * *.*.*)
|| get(final * *.*.*));
but this pointcut will also capture classes that have final and non final
fields.
Regards
--
View this message in context: http://www.nabble.com/Capture-classes-with-final-fields-tf3889906.html#a11026785
Sent from the AspectJ - users mailing list archive at Nabble.com.