public abstract class AnnotationImpl extends Object implements Annotation
Modifier and Type | Field and Description |
---|---|
String[] |
aliases |
Class<? extends OptionHandler> |
handler |
boolean |
help |
boolean |
hidden |
int |
index |
String |
metaVar |
boolean |
multiValued |
boolean |
required |
String |
usage |
Modifier | Constructor and Description |
---|---|
protected |
AnnotationImpl(Class<? extends Annotation> annotationType) |
protected |
AnnotationImpl(Class<? extends Annotation> annotationType,
ConfigElement ce) |
Modifier and Type | Method and Description |
---|---|
String[] |
aliases() |
Class<? extends Annotation> |
annotationType() |
Class<? extends OptionHandler> |
handler() |
boolean |
help() |
boolean |
hidden() |
int |
index() |
String |
metaVar() |
boolean |
multiValued() |
boolean |
required() |
String |
usage() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
public String[] aliases
public Class<? extends OptionHandler> handler
public String metaVar
public boolean multiValued
public boolean required
public boolean help
public boolean hidden
public String usage
public int index
protected AnnotationImpl(Class<? extends Annotation> annotationType)
protected AnnotationImpl(Class<? extends Annotation> annotationType, ConfigElement ce) throws ClassNotFoundException
ClassNotFoundException
public String[] aliases()
public Class<? extends OptionHandler> handler()
public String metaVar()
public boolean multiValued()
public boolean required()
public boolean help()
public boolean hidden()
public String usage()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public int index()
Copyright © 2003-2016 Kohsuke Kawaguchi. All Rights Reserved.