Package org.hibernate
Annotation Type Remove
-
@Target({METHOD,FIELD,TYPE,PACKAGE,CONSTRUCTOR,TYPE_PARAMETER,TYPE_USE}) @Retention(RUNTIME) @Documented public @interface Remove
Indicates that the annotated element is planned for removal as part of a deprecation process.- See Also:
Deprecated.forRemoval()
- 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.