/**@class android.os.Debug.DebugProperty
 implements java.lang.annotation.Annotation

 Annotation to put on fields you want to set with
 {@link android.os.Debug#setFieldsOn(Class, boolean)}.

 @hide
*/
var DebugProperty = {


};