Package com.sun.xml.bind.v2
Class TODO
java.lang.Object
com.sun.xml.bind.v2.TODO
Place holder for TODOs.
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidWhen this method is called, that means we need to check the spec and corrects the behavior.static voidstatic voidWhen this method iscalled, that means the current code is a mock up and it needs to be properly implemented later.static voidstatic voidschemaGenerator(String comment) When this method is called, it means that there is an unimplemeted portion of the spec in the schema generator.
-
Constructor Details
-
TODO
public TODO()
-
-
Method Details
-
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
-
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
-
schemaGenerator
When this method is called, it means that there is an unimplemeted portion of the spec in the schema generator.
-