FileDocCategorySizeDatePackage
AttDeprecated.javaAPI DocAndroid 1.5 API1111Wed May 06 22:41:02 BST 2009com.android.dx.cf.attrib

AttDeprecated

public final class AttDeprecated extends BaseAttribute
Attribute class for standard Deprecated attributes.

Fields Summary
public static final String
ATTRIBUTE_NAME
non-null; attribute name for attributes of this type
Constructors Summary
public AttDeprecated()
Constructs an instance.


            
      
        super(ATTRIBUTE_NAME);
    
Methods Summary
public intbyteLength()
{@inheritDoc}

        return 6;