Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] withincode(clinit)

How about:

withincode(staticinitialization(TypeX))

-Ramnivas

===
Ramnivas Laddad,
Author, AspectJ in Action
http://ramnivas.com

pope wrote:

Hi!

I am trying to figure out if there is a special syntax for using a withincode(<clinit>) other than:

within(TypeX) && !withincode(* TypeX.*(..)) && !withincode(TypeX.new(..))

many thanks for your help,
:pope
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top