
org.infinispan.protostream.descriptors.Label Maven / Gradle / Ivy
package org.infinispan.protostream.descriptors;
/**
* Rules associated with a field
*
* @author gustavonalle
* @since 2.0
*/
public enum Label {
REQUIRED,
OPTIONAL,
REPEATED,
/**
* Indicates a field that is a member of a {@code oneof} element. It is an implicitly optional and non-repeated
* field.
*/
ONE_OF
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy