Package org.hibernate
Annotation Interface Remove
@Target({METHOD,FIELD,TYPE,PACKAGE,CONSTRUCTOR,TYPE_PARAMETER})
@Retention(RUNTIME)
@Documented
public @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.