JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
|
Optional
|
Required
Detail:
Field
|
Element
SEARCH:
Package
com.xebialabs.deployit.plugin.api.validation
Annotation Interface NotEmpty
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
NotEmpty
Nested Class Summary
Nested Classes
Modifier and Type
Class
Description
static class
NotEmpty.Validator
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
message
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
DEFAULT_MESSAGE
Field Details
DEFAULT_MESSAGE
static final
String
DEFAULT_MESSAGE
See Also:
Constant Field Values
Element Details
message
String
message
Default:
"Value is required"