We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date:2007-08-26 20:13 Priority:1 Submitted By:Dean Wampler (deanwampler) Assigned To:Dean Wampler (deanwampler) Category:Advice handling State:Open Summary:Support unadvising anonymous aspects
Detailed description
Currently, to "unadvise" advice (remove it), you have to have the Aspect instance that created it. I.e., Aspect#unadvise is an instance method.
Aspect
Aspect#unadvise
One possibility is to implement an AspectManager that tracks existing aspects.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Date:2007-08-26 20:13
Priority:1
Submitted By:Dean Wampler (deanwampler)
Assigned To:Dean Wampler (deanwampler)
Category:Advice handling
State:Open
Summary:Support unadvising anonymous aspects
Detailed description
Currently, to "unadvise" advice (remove it), you have to have the
Aspect
instance that created it. I.e.,Aspect#unadvise
is an instance method.One possibility is to implement an AspectManager that tracks existing aspects.
The text was updated successfully, but these errors were encountered: