Closed as not planned
Description
I am working on a large project with some AOP in it, and evaluating pointcuts can be a bit lenghty when starting the application. So I would like to get rid of the unused ones.
In order to do this, it would be nice to have a way to disable ObservedAspectConfiguration
: the class is package protected so I cannot exclude it from the autoconfiguration, and there is no ConditionalOnProperty
annotation on it either.