@ -76,7 +76,7 @@ public abstract class AnnotationVisitor {
&& api != Opcodes.ASM8_EXPERIMENTAL) {
throw new IllegalArgumentException("Unsupported api " + api);
}
// SPRING PATCH: no preview mode check for ASM 8 experimental
// SPRING PATCH: no preview mode check for ASM experimental
this.api = api;
this.av = annotationVisitor;
@ -74,7 +74,7 @@ public abstract class ClassVisitor {
this.cv = classVisitor;
@ -72,7 +72,7 @@ public abstract class FieldVisitor {
this.fv = fieldVisitor;
@ -88,7 +88,7 @@ public abstract class MethodVisitor {
this.mv = methodVisitor;
@ -74,7 +74,7 @@ public abstract class ModuleVisitor {
this.mv = moduleVisitor;
@ -80,7 +80,7 @@ public abstract class RecordComponentVisitor {
this.delegate = recordComponentVisitor;
@ -1,6 +1,6 @@
/**
* Spring's repackaging of
* <a href="https://gitlab.ow2.org/asm/asm">ASM 7.0</a>
* <a href="https://gitlab.ow2.org/asm/asm">ASM 7.x</a>
* (with Spring-specific patches; for internal use only).
*
* <p>This repackaging technique avoids any potential conflicts with
@ -212,7 +212,7 @@ code for these subcomponents is subject to the terms and
conditions of the following licenses.
>>> ASM 7.1 (org.ow2.asm:asm:7.1, org.ow2.asm:asm-commons:7.1):
>>> ASM 7.3 (org.ow2.asm:asm:7.3, org.ow2.asm:asm-commons:7.3):
Copyright (c) 2000-2011 INRIA, France Telecom
All rights reserved.