de.japkit.metaannotations.DefaultCase 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;
/**
* Like {@link Case}, but wiht a condition that always evaluates to true. Should be placed at last position within a Switch.
*
* @author stefan
*
*/
public @interface DefaultCase {
String value() default "";
String valueLang() default "";
Class>[] valueFun() default {};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy