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

de.japkit.metaannotations.classselectors.BehaviorInnerClass Maven / Gradle / Ivy

package de.japkit.metaannotations.classselectors;

/**
 * The default class selector for the custom behavior class. It is an inner
 * class of the annotated class. Its name is "Behavior". If the generated class
 * is an aux class, the name is #{genClass.simpleName}Behavior
 * 
 * @author stefan
 *
 */
@ClassSelector(kind = ClassSelectorKind.INNER_CLASS_NAME,
		expr = "#{genClass.auxClass ? genClass.simpleName : ''}Behavior")
public interface BehaviorInnerClass {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy