Returns an instance of each {@link Attribute} class defined in this
package.
return new Attribute[] {
new AnnotationDefaultAttribute(),
new RuntimeInvisibleAnnotations(),
new RuntimeInvisibleParameterAnnotations(),
new RuntimeVisibleAnnotations(),
new RuntimeVisibleParameterAnnotations(),
new StackMapAttribute(),
new SourceDebugExtensionAttribute(),
new SignatureAttribute(),
new EnclosingMethodAttribute(),
new LocalVariableTypeTableAttribute()
};