@Inherited
@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface Category
Example usage:
@Category("category.name.AppianScriptingFunctions")
public class XpathExpression
In this example, all functions defined in XpathExpression will appear in the category whose
value is given for the key "category.name.AppianScriptingFunctions."
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The bundle key for the category name.
|
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.