Package me.hackware.api.scripting
Annotation Interface FunctionName
Marks a method as a template function. The method takes the already-resolved
argument list (
List<String>) and returns the resulting string.
Combined with the enclosing Namespace to form the full function name.-
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-