Interface ValueConstants
public interface ValueConstants
Common value constants shared between bind annotations.
- Since:
- 3.0.1
- Author:
- Juergen Hoeller
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Constant defining a value for no default - as a replacement fornull
which we cannot use in annotation attributes.
-
Field Details
-
DEFAULT_NONE
Constant defining a value for no default - as a replacement fornull
which we cannot use in annotation attributes.This is an artificial arrangement of 16 unicode characters, with its sole purpose being to never match user-declared values.
-