Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] around advice for constructor pointcut

Hi ,
I need to prevent creation of an object using aspect. For this I have declared a pointcut with constructor signature. But I cannot use that pointcut with around advice because around advice need us to specify a return type. Please help me out this. Is there another way to prevent construction of an object?
Thanks.


Back to the top