de.japkit.metaannotations.ResultVar 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;
/**
* 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