de.japkit.metaannotations.classselectors.Superclass 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.classselectors;
import de.japkit.metaannotations.Function;
/**
* To use variable "superclass" on valueStack as type.
* @author stefan
*
*/
@Function(expr="#{superclass}" )
public @interface Superclass {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy