Package org.hibernate.validator.internal.util.stereotypes
-
Annotation Types Summary Annotation Type Description Immutable Documents that the value assigned to the annotated field is immutable and thus safe for concurrent access.Lazy Documents that the value assigned to the annotated field is lazily initialized and shouldn't be accessed directly but via a getter.ThreadSafe Documents that the annotated field is safe for concurrent access.