public interface AnnotationParameterNames
Modifier and Type | Field and Description |
---|---|
static String |
CONSTRAINTS
Name of the annotation parameter used to denote the constraints to validate.
|
static String |
CONVERTER_TYPE
Name of the annotation parameter used to denote a converter type.
|
static String |
DATA_TYPE_NAME
Name of the annotation parameter used to denote a data type name.
|
static String |
DEFAULT_NAME
Name of the annotation parameter used to denote a default name.
|
static String |
DEFAULT_VALIDATOR_TYPE
Name of the annotation parameter used to denote a default validator type.
|
static String |
FORMAT
Name of the annotation parameter used to denote a format.
|
static String |
LIST_ITEM
Name of the annotation parameter used to denote a list item.
|
static String |
NAME
Name of the annotation parameter used to denote a name.
|
static String |
OBJECT_TYPE
Name of the annotation parameter used to denote an object type.
|
static String |
POS
Name of the annotation parameter used to denote the position of an annotated java field.
|
static String |
TEXT_MODE
Name of the annotation parameter used to denote a text mode.
|
static String |
VALIDATOR_TYPE
Name of the annotation parameter used to denote a validator type.
|
static String |
VALUE_REQUIRED
Name of the annotation parameter used to denote if a value is required or not.
|
static final String POS
static final String NAME
static final String DEFAULT_NAME
static final String DATA_TYPE_NAME
static final String OBJECT_TYPE
static final String FORMAT
static final String CONVERTER_TYPE
static final String TEXT_MODE
static final String LIST_ITEM
static final String VALUE_REQUIRED
static final String VALIDATOR_TYPE
static final String DEFAULT_VALIDATOR_TYPE
static final String CONSTRAINTS
Copyright © 2014. All rights reserved.