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

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

There is a newer version: 1.11
Show newest version
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