android.annotation
Annotation Type SuppressLint


@Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE})
@Retention(value=CLASS)
public @interface SuppressLint


Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2008-2012. All Rights Reserved.