org.infinispan.protostream.descriptors.Rule Maven / Gradle / Ivy
package org.infinispan.protostream.descriptors;
/**
* Rules associated with a field
*
* @author gustavonalle
* @since 2.0
*/
public enum Rule {
REQUIRED,
OPTIONAL,
REPEATED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy