spring-framework / org.springframework.aop.aspectj.annotation / AnnotationAwareAspectJAutoProxyCreator / setIncludePatterns

setIncludePatterns

open fun setIncludePatterns(patterns: MutableList<String>): Unit

Set a list of regex patterns, matching eligible @AspectJ bean names.

Default is to consider all @AspectJ beans as eligible.