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

de.japkit.annotationtemplates.AnnotationTemplates Maven / Gradle / Ivy

package de.japkit.annotationtemplates;

import java.lang.annotation.Annotation;

import de.japkit.metaannotations.Trigger;

@Trigger(layer=-2, template=AnnotationTemplatesTemplate.class)
public @interface AnnotationTemplates {
	boolean shadow() default false;
	
	Class[] targetAnnotations() default {};
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy