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

com.github.hateoas.forms.action.Cardinality Maven / Gradle / Ivy

package com.github.hateoas.forms.action;

/**
 * Specifies cardinality.
 * Created by Dietrich on 02.05.2015.
 *
 * @see ResourceHandler
 */
public enum Cardinality {
	COLLECTION, SINGLE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy