public class Starter extends Object
Modifier and Type | Field and Description |
---|---|
static 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(Class clazz,
Class<? extends Annotation> annotation) |
static void |
main(String[] args) |
public static final String PARAMETER_NAME
public static void main(String[] args)
public static boolean hasAnnotation(Class clazz, Class<? extends Annotation> annotation)
Copyright © 2003-2016 Kohsuke Kawaguchi. All Rights Reserved.