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

org.infinispan.protostream.descriptors.Label Maven / Gradle / Ivy

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