- java.lang.Object
-
- com.sun.xml.bind.v2.TODO
-
public abstract class TODO extends Object
Place holder for TODOs.- Author:
- Kohsuke Kawaguchi ([email protected])
-
-
Constructor Summary
Constructors Constructor Description TODO()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkSpec()
When this method is called, that means we need to check the spec and corrects the behavior.static void
checkSpec(String comment)
static void
prototype()
When this method iscalled, that means the current code is a mock up and it needs to be properly implemented later.static void
prototype(String comment)
static void
schemaGenerator(String comment)
When this method is called, it means that there is an unimplemeted portion of the spec in the schema generator.
-
-
-
Method Detail
-
checkSpec
public static void checkSpec()
When this method is called, that means we need to check the spec and corrects the behavior. Search the usage of this method.
-
checkSpec
public static void checkSpec(String comment)
-
prototype
public static void prototype()
When this method iscalled, that means the current code is a mock up and it needs to be properly implemented later.
-
prototype
public static void prototype(String comment)
-
schemaGenerator
public static void schemaGenerator(String comment)
When this method is called, it means that there is an unimplemeted portion of the spec in the schema generator.
-
-