mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-04 20:18:49 +00:00
8151056: ASM enable original deprecated methods
Reviewed-by: forax, sundar
This commit is contained in:
parent
3e5a46ef01
commit
f0141048ef
@ -65,10 +65,10 @@ import jdk.internal.org.objectweb.asm.Opcodes;
|
||||
/**
|
||||
* An {@link AnnotationVisitor} adapter for type remapping.
|
||||
*
|
||||
* //@deprecated use {@link AnnotationRemapper} instead.
|
||||
* @deprecated use {@link AnnotationRemapper} instead.
|
||||
* @author Eugene Kuleshov
|
||||
*/
|
||||
//@Deprecated
|
||||
@Deprecated
|
||||
public class RemappingAnnotationAdapter extends AnnotationVisitor {
|
||||
|
||||
protected final Remapper remapper;
|
||||
|
||||
@ -69,10 +69,10 @@ import jdk.internal.org.objectweb.asm.TypePath;
|
||||
/**
|
||||
* A {@link LocalVariablesSorter} for type mapping.
|
||||
*
|
||||
* //@deprecated use {@link MethodRemapper} instead.
|
||||
* @deprecated use {@link MethodRemapper} instead.
|
||||
* @author Eugene Kuleshov
|
||||
*/
|
||||
//@Deprecated
|
||||
@Deprecated
|
||||
public class RemappingMethodAdapter extends LocalVariablesSorter {
|
||||
|
||||
protected final Remapper remapper;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user