Generated by
JDiff

Class org.springframework.asm.Handle

Added Constructors
Handle(int, String, String, String, boolean) Constructs a new field or method handle.
 

Changed Constructors
Handle(int, String, String, String) Now deprecated.
this constructor has been superseded by {@link #Handle(int, String, String, String, boolean)}.
 

Added Methods
boolean isInterface() Returns true if the owner of the field or method designated by this handle is an interface.