From 55a630b8fd1ce2eb69cb1ebf79a38b2f21d337c8 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Mon, 18 Jul 2011 15:10:38 -0500 Subject: [PATCH] HHH-6395 - Deprecate org.hibernate.annotations.Entity --- .../src/main/java/org/hibernate/annotations/Entity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hibernate-core/src/main/java/org/hibernate/annotations/Entity.java b/hibernate-core/src/main/java/org/hibernate/annotations/Entity.java index 13d258e813..11758e6750 100644 --- a/hibernate-core/src/main/java/org/hibernate/annotations/Entity.java +++ b/hibernate-core/src/main/java/org/hibernate/annotations/Entity.java @@ -34,7 +34,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME; * * @author Emmanuel Bernard * - * @deprecated See individual attributes for intended replacements + * @deprecated See individual attributes for intended replacements. To be removed in 4.1 */ @Target(TYPE) @Retention(RUNTIME)