Class ControlFlowFactory


  • @Deprecated
    public abstract class ControlFlowFactory
    extends Object
    Deprecated.
    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.

    Since:
    02.02.2004
    Author:
    Rod Johnson, Juergen Hoeller