HHH-6395 - Deprecate org.hibernate.annotations.Entity
This commit is contained in:
parent
8725195501
commit
55a630b8fd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue