FileDocCategorySizeDatePackage
AttDeprecated.javaAPI DocAndroid 5.1 API1114Thu Mar 12 22:18:30 GMT 2015com.android.dx.cf.attrib

AttDeprecated

public final class AttDeprecated extends BaseAttribute
Attribute class for standard {@code Deprecated} attributes.

Fields Summary
public static final String
ATTRIBUTE_NAME
{@code 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;