Package org.hibernate

Annotation Interface Remove


Indicates that the annotated element is planned for removal as part of a deprecation process.
See Also:
API Note:
Intended for use at development time for developers to better understand the lifecycle of the annotated element. Also, useful for deprecating a whole package, since the Java compiler does not accept the @Deprecated annotation on packages.