public abstract class TODO extends Object
Constructor and Description |
---|
TODO() |
Modifier and Type | Method and 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.
|
public static void checkSpec()
public static void checkSpec(String comment)
public static void prototype()
public static void prototype(String comment)
public static void schemaGenerator(String comment)
Copyright © 2018 JBoss by Red Hat. All rights reserved.