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

de.japkit.metaannotations.Library Maven / Gradle / Ivy

There is a newer version: 1.11
Show newest version
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[] annotationImports() default {};
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy