Remove outdated TODO task

This commit is contained in:
Brian Clozel 2025-01-08 13:49:16 +01:00
parent 7a71d7c3a8
commit 396f04a3b9
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ public class AspectJAwareAdvisorAutoProxyCreator extends AbstractAdvisorAutoProx
@Override
protected boolean shouldSkip(Class<?> beanClass, String beanName) {
// TODO: Consider optimization by caching the list of the aspect names
List<Advisor> candidateAdvisors = findCandidateAdvisors();
for (Advisor advisor : candidateAdvisors) {
if (advisor instanceof AspectJPointcutAdvisor pointcutAdvisor &&