xyz.block.ftl.VerbName Maven / Gradle / Ivy
package xyz.block.ftl;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Used to override the name of a verb. Without this annotation it defaults to the method name.
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface VerbName {
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy