|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.bind.v2.TODO
public abstract class TODO
Place holder for TODOs.
Constructor Summary | |
---|---|
TODO()
|
Method Summary | |
---|---|
static void |
checkSpec()
When this method is called, that means we need to check the spec and corrects the behavior. |
static void |
checkSpec(java.lang.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(java.lang.String comment)
|
static void |
schemaGenerator(java.lang.String comment)
When this method is called, it means that there is an unimplemeted portion of the spec in the schema generator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TODO()
Method Detail |
---|
public static void checkSpec()
public static void checkSpec(java.lang.String comment)
public static void prototype()
public static void prototype(java.lang.String comment)
public static void schemaGenerator(java.lang.String comment)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |