Added current version information to SpringAsmInfo's javadoc
This commit is contained in:
parent
105e176a80
commit
078d2fe0e2
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2002-2012 the original author or authors.
|
||||
* Copyright 2002-2013 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.
|
||||
|
|
@ -17,10 +17,10 @@
|
|||
package org.springframework.asm;
|
||||
|
||||
/**
|
||||
* Utility class exposing constants related to Spring's internal repackaging of the ASM
|
||||
* bytecode manipulation library.
|
||||
* Utility class exposing constants related to Spring's internal repackaging
|
||||
* of the ASM bytecode manipulation library.
|
||||
*
|
||||
* <p>See <a href="package-summary.html">package-level Javadoc</a> for more
|
||||
* <p>See <a href="package-summary.html">package-level javadoc</a> for more
|
||||
* information on {@code org.springframework.asm}.
|
||||
*
|
||||
* @author Chris Beams
|
||||
|
|
@ -29,8 +29,8 @@ package org.springframework.asm;
|
|||
public final class SpringAsmInfo {
|
||||
|
||||
/**
|
||||
* The ASM version used internally throughout the framework.
|
||||
*
|
||||
* The ASM compatibility version for Spring's ASM visitor implementations:
|
||||
* as of Spring 3.2, it's ASM4. To be updated once we upgrade to ASM 5.0.
|
||||
* @see Opcodes#ASM4
|
||||
*/
|
||||
public static final int ASM_VERSION = Opcodes.ASM4;
|
||||
|
|
|
|||
Loading…
Reference in New Issue