public abstract class AbstractFileParameter<A extends Annotation> extends AbstractParameter
| Modifier and Type | Field and Description |
|---|---|
protected A |
annotation |
element, type| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFileParameter(MemberAdapter element,
TypeAdapter type,
Class<A> annotationClass) |
| Modifier and Type | Method and Description |
|---|---|
A |
annotation()
Parameter annotation, can be
null. |
abstract String[] |
defaultValue() |
abstract String[] |
value() |
accept, name, originatingElement, required, toString, typeprotected final A extends Annotation annotation
protected AbstractFileParameter(MemberAdapter element, TypeAdapter type, Class<A> annotationClass)
public A annotation()
AbstractParameternull.annotation in class AbstractParameterpublic abstract String[] value()
public abstract String[] defaultValue()
Copyright © 2017. All rights reserved.