spring-framework / org.springframework.aop.support / AbstractRegexpMethodPointcut / setExcludedPatterns

setExcludedPatterns

open fun setExcludedPatterns(vararg excludedPatterns: String): Unit

Set the regular expressions defining methods to match for exclusion. Matching will be the union of all these; if any match, the pointcut matches.

See Also
#setExcludedPattern