io.toolisticon.spiap.api.OutOfService Maven / Gradle / Ivy
package io.toolisticon.spiap.api;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Annotation to deactivate a service implementation in the generated service locator classes and during annotation processing of {@link Services} and {@link Service} annotations.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(value = {ElementType.TYPE})
public @interface OutOfService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy