Package dalvik.annotation
Annotation Type ToBeFixed
@Retention(RUNTIME) @Target(METHOD) public @interface ToBeFixed
Defines an annotation for test methods that indicate the test method
need to be fixed in future.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringbugSpecifies the related bug number on CTS bug tracking system.StringexplanationSpecifies why this method need to be fixed.