Skip to content

Commit d4be29e

Browse files
committed
updated javadoc for server-specific LoadTimeWeavers
1 parent 3a3f15f commit d4be29e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

org.springframework.context/src/main/java/org/springframework/context/weaving/DefaultContextLoadTimeWeaver.java

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2010 the original author or authors.
2+
* Copyright 2002-2011 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -40,13 +40,14 @@
4040
* "<code>loadTimeWeaver</code>"; the most convenient way to achieve this is
4141
* Spring's <code>&lt;context:load-time-weaver&gt;</code> XML tag.
4242
*
43-
* <p>This class implements a runtime environment check for obtaining the
44-
* appropriate weaver implementation: As of Spring 2.5, it detects Sun's
45-
* GlassFish, Oracle's OC4J, BEA's WebLogic 10,
43+
* <p>This class implements a runtime environment check for obtaining
44+
* the appropriate weaver implementation: As of Spring 3.0, it detects
45+
* Oracle WebLogic 10, Oracle OC4J 10, GlassFish 3, JBoss AS 5 and 6,
4646
* {@link InstrumentationSavingAgent Spring's VM agent} and any
4747
* {@link ClassLoader} supported by Spring's {@link ReflectiveLoadTimeWeaver}
4848
* (for example the
49-
* {@link org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader}).
49+
* {@link org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader}
50+
* for Tomcat 5, 6 and 7).
5051
*
5152
* @author Juergen Hoeller
5253
* @author Ramnivas Laddad

0 commit comments

Comments
 (0)