Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] trouble with initialization(@)

Andy Clement wrote:
I only read it very quickly but don't you want withincode() for
excluding set calls within those ctors:

@Pointcut("withincode((@EventPublisher *).new(..))")
void inEventPublisherConstructors();

Yes!! Thanks very much.

-barry


Back to the top