Generated by
JDiff

Interface org.springframework.core.ControlFlow

Removed Methods
boolean under(Class) Detect whether we're under the given class, according to the current stack trace.
boolean under(Class, String) Detect whether we're under the given class and method, according to the current stack trace.
 

Added Methods
boolean under(Class<?>) Detect whether we're under the given class, according to the current stack trace.
boolean under(Class<?>, String) Detect whether we're under the given class and method, according to the current stack trace.