Package org.hibernate
Annotation Interface 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.
- Author:
- Steve Ebersole
- See Also: