JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.hibernate.validator.internal.util.stereotypes
Annotation Type Lazy
@Retention
(
SOURCE
)
@Target
(
FIELD
)
public @interface
Lazy
Documents that the value assigned to the annotated field is lazily initialized and shouldn't be accessed directly but via a getter.
Author:
Guillaume Smet