public @interface InputType
boolean
autoTrim
fullSpan
int
length
VL[]
prefix
String
regex
suffix
type
@Comment(value="Maximum input length") public abstract int length
public abstract String type
@Comment(value="Display the whole line") public abstract boolean fullSpan
@Comment(value="Regex the input value") public abstract String regex
@Comment(value="Automatically trim input value") public abstract boolean autoTrim
public abstract VL[] prefix
public abstract VL[] suffix
Copyright © 2024. All rights reserved.