Package org.kohsuke.args4j.spi
Class ArgumentImpl
java.lang.Object
org.kohsuke.args4j.spi.AnnotationImpl
org.kohsuke.args4j.spi.ArgumentImpl
- All Implemented Interfaces:
Annotation
Implementation of @Argument so we can instantiate it.
-
Field Summary
Fields inherited from class org.kohsuke.args4j.spi.AnnotationImpl
aliases, handler, help, hidden, index, metaVar, multiValued, required, usage
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kohsuke.args4j.spi.AnnotationImpl
aliases, annotationType, handler, help, hidden, index, metaVar, multiValued, required, usage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
Constructor Details
-
ArgumentImpl
- Throws:
ClassNotFoundException
-