de.japkit.metaannotations.Library Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of japkit-annotations Show documentation
Show all versions of japkit-annotations Show documentation
Contains the meta annotations that comprise the DSL for writing code templates.
package de.japkit.metaannotations;
/**
* Marks a class as being a collection of functions to be put onto value stack.
* @author stefan
*
*/
public @interface Library {
/**
* Annotations that shall be accessed by their simple names like this: typeElement.Entity
*
* @return
*/
Class extends java.lang.annotation.Annotation>[] annotationImports() default {};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy