JavaScript is disabled on your browser.
Skip navigation links
Nuxeo 2023.21.12
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.nuxeo.ecm.webengine.forms.validation.annotations
Annotation Interface NotNull
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
NotNull
Author:
Bogdan Stefanescu
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
value
A default value if null (empty).
Element Details
value
String
value
A default value if null (empty).
Default:
""