FileDocCategorySizeDatePackage
Attributes.javaAPI DocGlassfish v2 API2677Thu Mar 02 11:51:14 GMT 2006oracle.toplink.libraries.asm.attrs

Attributes

public class Attributes extends Object
Provides static utility methods for attributes.
author
Eric Bruneton

Fields Summary
Constructors Summary
private Attributes()
Uninstantiable class.

  
Methods Summary
public static oracle.toplink.libraries.asm.Attribute[]getDefaultAttributes()
Returns an instance of each {@link Attribute} class defined in this package.

return
an array containing one 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()
    };