All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.vpro.domain.Publishable Maven / Gradle / Ivy

Go to download

Domain classes and interfaces related to accountability, users and organizations.

There is a newer version: 8.3.1
Show newest version
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