|
|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2002-2020 the original author or authors. |
|
|
|
|
* Copyright 2002-2021 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
|
@ -18,7 +18,7 @@ package org.springframework.asm;
@@ -18,7 +18,7 @@ package org.springframework.asm;
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Utility class exposing constants related to Spring's internal repackaging |
|
|
|
|
* of the ASM bytecode library: currently based on ASM 9.0 plus minor patches. |
|
|
|
|
* of the ASM bytecode library: currently based on ASM 9.x plus minor patches. |
|
|
|
|
* |
|
|
|
|
* <p>See <a href="package-summary.html">package-level javadocs</a> for more |
|
|
|
|
* information on {@code org.springframework.asm}. |
|
|
|
|
|