Package com.uwyn.rife.continuations.asm.attrs

Provides an implementation for optional class, field and method attributes.

See: Description

Package com.uwyn.rife.continuations.asm.attrs Description

Provides an implementation for optional class, field and method attributes.

By default ASM strips optional attributes, in order to keep them in the bytecode that is being readed you should pass an array of required attribute instances to ClassReader.accept() method. In order to add custom attributes to the manually constructed bytecode concrete subclasses of the Attribute can be passed to the visitAttribute methods of the ClassVisitor, FieldVisitor and MethodVisitor interfaces.

Since:
ASM 1.4.1
RIFE Project Page