diff --git a/hibernate-core/src/main/java/org/hibernate/annotations/Immutable.java b/hibernate-core/src/main/java/org/hibernate/annotations/Immutable.java index 1c40084012..86faf0403e 100644 --- a/hibernate-core/src/main/java/org/hibernate/annotations/Immutable.java +++ b/hibernate-core/src/main/java/org/hibernate/annotations/Immutable.java @@ -13,13 +13,15 @@ import java.lang.annotation.RetentionPolicy; import static java.lang.annotation.ElementType.*; /** - * Marks an entity, collection, or attribute as immutable. The absence of this annotation - * means the element is mutable. + * Marks an entity, collection, or attribute of an entity as immutable. The absence of this + * annotation means the element is mutable. *