Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Is it possible to define a scope of methods accepting at least one non primitive argument?

Found it, I should have written:
=========================================
  declare precedence : LoggerAspect+, NotNullAspect; 
=========================================

Note the + after LoggerAspect.

It works now.

--
View this message in context: http://aspectj.2085585.n4.nabble.com/Is-it-possible-to-define-a-scope-of-methods-accepting-at-least-one-non-primitive-argument-tp4195341p4210489.html
Sent from the AspectJ - users mailing list archive at Nabble.com.


Back to the top