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, type
protected final A extends Annotation annotation
protected AbstractFileParameter(MemberAdapter element, TypeAdapter type, Class<A> annotationClass)
public A annotation()
AbstractParameter
null
.annotation
in class AbstractParameter
public abstract String[] value()
public abstract String[] defaultValue()
Copyright © 2021. All rights reserved.