public class Starter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAMETER_NAME
The name of the JavaVM property which stores the class name of
the business class.
|
Constructor and Description |
---|
Starter() |
Modifier and Type | Method and Description |
---|---|
static boolean |
hasAnnotation(java.lang.Class clazz,
java.lang.Class<? extends java.lang.annotation.Annotation> annotation) |
static void |
main(java.lang.String[] args) |
public static final java.lang.String PARAMETER_NAME