HHH-6395 - Deprecate org.hibernate.annotations.Entity

This commit is contained in:
Steve Ebersole 2011-07-18 15:10:38 -05:00
parent 8725195501
commit 55a630b8fd
1 changed files with 1 additions and 1 deletions

View File

@ -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)