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

io.dangernoodle.grt.extensions.StatusCheckContext Maven / Gradle / Ivy

package io.dangernoodle.grt.extensions;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

import javax.enterprise.inject.Alternative;
import javax.enterprise.inject.Stereotype;


/**
 * Annotation used on a StatusCheckFactory implementation to override the default.
 * 
 * @since 0.1.0
 */
@Alternative
@Stereotype
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface StatusCheckContext
{
    // empty
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy