JavaScript is disabled on your browser.
Skip navigation links
Nuxeo 2025.10.18
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.nuxeo.ecm.webengine.forms.validation.annotations
Annotation Interface Length
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
Length
Author:
Bogdan Stefanescu
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
int
max
int
min
int
value
Element Details
value
int
value
Default:
-1
min
int
min
Default:
-2147483648
max
int
max
Default:
2147483647