Annotation Interface RemoteMethod
public @interface RemoteMethod
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptiondescription of methodname of method -
Optional Element Summary
Optional Elements
-
Element Details
-
-
variables
RemoteMethodVariable[] variableslist of methods arguments- Default:
- {}
-
variablesType
Class<?> variablesTypeList of arguments pf method as one DTO. Overridden data passed in variables- Default:
- java.lang.Void.class
-
tags
String[] tagslist of methods tags- Default:
- {}
-