Annotation Interface ToDo
public @interface ToDo
Warns that such an object/method is not finished yet and/or further usage is planned.
-
Required Element Summary
-
Element Details
-
value
String valueFurther information about the object/method and why it is marked as 'ToDo'.
-