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

de.uni_hildesheim.sse.monitoring.runtime.annotations.InConfiguration Maven / Gradle / Ivy

package de.uni_hildesheim.sse.monitoring.runtime.annotations;

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

/**
 * Defines a meta-annotation for marking annotations to be considered in 
 * external configurations.
 * 
 * @author Holger Eichelberger
 * @since 1.00
 * @version 1.00
 */
@Target(value = ElementType.ANNOTATION_TYPE)
public @interface InConfiguration {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy