
br.com.caelum.vraptor.boilerplate.LogicalDeletable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vraptor-boilerplate-utils Show documentation
Show all versions of vraptor-boilerplate-utils Show documentation
VRaptor Boilerplate utility classes.
The newest version!
package br.com.caelum.vraptor.boilerplate;
import java.io.Serializable;
public interface LogicalDeletable extends Serializable {
public boolean isDeleted();
public void setDeleted(boolean deleted);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy