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

arez.annotations.Feature Maven / Gradle / Ivy

There is a newer version: 0.213
Show newest version
package arez.annotations;

/**
 * Enum to control if a feature should be enabled.
 */
public enum Feature
{
  /**
   * Feature should be present.
   */
  ENABLE,
  /**
   * Feature should not be present.
   */
  DISABLE,
  /**
   * Feature should be present if autodetect heuristics determines that it should be enables.
   */
  AUTODETECT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy