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.95
Show newest version
package arez.annotations;

/**
 * Enum to control when injectible elements 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