Annotation Interface Function
Annotation used to mark single methods as function overrides. @Function annotated
methods must be defined in @
Functions
annotated class.- Author:
- RafaĆ Nowacki 16 gru 2015
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionAccessibility of function.boolean
Marks function, which returned value depends not only from function input arguments but also from invocation context.Function name, used as unique identifier.
-
Element Details
-
value
String valueFunction name, used as unique identifier. Defaults to method name annotated with this annotation.- Returns:
- function name
- Default:
- ""
-
context
boolean contextMarks function, which returned value depends not only from function input arguments but also from invocation context. For example context functions are `currentDate`, `currentUser`.- Default:
- false
-
accessibility
Function.FunctionAccessibility accessibilityAccessibility of function. Most functions are available on server and browser.- Default:
- ALL
-