org.springframework.aop.support.UnionPointcut has default visibility (as of 1.2.5). Why? Are there any plans to give it public visibility?
org.springframework.aop.support.UnionPointcut has default visibility (as of 1.2.5). Why? Are there any plans to give it public visibility?
It's merely a convenient class used internally by the Pointcuts.union() static method.