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

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

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

public @interface Case {
	
	String cond() default "";
	
	String condLang() default "";
	
	Class[] condFun() default {};
	
	String value() default "";
	
	String valueLang() default "";
	
	Class[] valueFun() default {};
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy