@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface UserInputField
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
type
Type of the User Input that can be used for this field's value
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
encrypt
Specify whether this field's value is to be encrypted
|