@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Function
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
name
Name or names for this function as it is called from the source json.
|
boolean |
overridable
This function cannot be overriden to a function with the same name;
|
public abstract String[] name
Copyright © 2022. All rights reserved.