类 ControlFlowFactory


  • @Deprecated
    public abstract class ControlFlowFactory
    extends Object
    已过时。
    as of Spring Framework 4.3.6
    Static factory to conceal the automatic choice of the ControlFlow implementation class.

    This implementation always uses the efficient Java 1.4 StackTraceElement mechanism for analyzing control flows.

    从以下版本开始:
    02.02.2004
    作者:
    Rod Johnson, Juergen Hoeller