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

react4j.annotations.Feature Maven / Gradle / Ivy

There is a newer version: 0.81
Show newest version
package react4j.annotations;

/**
 * Enum to declare whether a specific feature should be present.
 */
public enum Feature
{
  /**
   * Feature should be present.
   */
  ENABLE,
  /**
   * Feature should not be present.
   */
  DISABLE,
  /**
   * Feature should be present if supporting infrastructure is detected.
   */
  AUTODETECT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy