public
classAsmAnnotationHelper.NullClassAdapter
implements
ClassVisitor
Overview
Inheritance
Members
Usage
Source
Books
SinceNot specified.
VersionNot specified.
Author(s)Not specified.
A NullClassAdapter that does nothing.
Can be used to speed up ASM and avoid unecessary bytecode writing thru a regular ClassWriter when this is not
needed (read only purpose).