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

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

There is a newer version: 1.11
Show newest version
package de.japkit.metaannotations;

/**
 * Can be used in templates to put the generated element(s) of a rule on the
 * value stack. If the src of the rule is an iterable, the value of the result
 * var will be a list.
 */
public @interface ResultVar {
	/** The name of the variable. */
	String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy