类 JBossLoadTimeWeaver

  • 所有已实现的接口:
    LoadTimeWeaver

    public class JBossLoadTimeWeaver
    extends Object
    implements LoadTimeWeaver
    LoadTimeWeaver implementation for JBoss's instrumentable ClassLoader. Thanks to Ales Justin and Marius Bogoevici for the initial prototype.

    As of Spring Framework 5.0, this weaver supports WildFly 8+. As of Spring Framework 5.1.5, it also supports WildFly 13+.

    从以下版本开始:
    3.0
    作者:
    Costin Leau, Juergen Hoeller