nl.vpro.domain.Publishable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of user-domain Show documentation
Show all versions of user-domain Show documentation
Domain classes and interfaces related to accountability, users and organizations.
package nl.vpro.domain;
/**
* A publishable is {@link MutableEmbargo} and {@link Accountable}.
* @author Michiel Meeuwissen
* @since 5.5
*/
public interface Publishable> extends MutableEmbargo, Accountable {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy