Can someone point me to documentation that describes how to enable aspects
for different types of build? For example, I need to apply an aspect to a
method in development mode, but for production, we cannot have the aspect
applied.
Is there a convenient way to do this?
BTW, our production build is accomplished using standalone ANT if this
helps.