Package proguard.classfile.attribute.annotation

This package contains classes to represent the annotation attributes inside class files.

See:
          Description

Class Summary
Annotation Representation of an annotation.
AnnotationDefaultAttribute This Attribute represents an annotation default attribute.
AnnotationElementValue This ElementValue represents an annotation element value.
AnnotationsAttribute This Attribute represents an annotations attribute.
ArrayElementValue This ElementValue represents an array element value.
ClassElementValue This ElementValue represents a class element value.
ConstantElementValue This ElementValue represents a constant element value.
ElementValue This abstract class represents an element value that is attached to an annotation or an annotation default.
EnumConstantElementValue This ElementValue represents an enumeration constant element value.
ParameterAnnotationsAttribute This Attribute represents a runtime parameter annotations attribute.
RuntimeInvisibleAnnotationsAttribute This Attribute represents a runtime invisible annotations attribute.
RuntimeInvisibleParameterAnnotationsAttribute This Attribute represents a runtime invisible parameter annotations attribute.
RuntimeVisibleAnnotationsAttribute This Attribute represents a runtime visible annotations attribute.
RuntimeVisibleParameterAnnotationsAttribute This Attribute represents a runtime visible parameter annotations attribute.
 

Package proguard.classfile.attribute.annotation Description

This package contains classes to represent the annotation attributes inside class files.