JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH:
Package
net.binis.codegen.validation.annotation
Annotation Interface ValidateNotEmpty
@Target
({
METHOD
,
TYPE_USE
})
@Retention
(
RUNTIME
)
public @interface
ValidateNotEmpty
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
message
Element Details
message
String
message
Default:
"Field \'{field}\' is empty!"