arez.annotations.Feature Maven / Gradle / Ivy
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