Annotation Interface RemoteMethod


public @interface RemoteMethod
  • Element Details

    • propertyValue

      String propertyValue
      name of method
    • description

      String description
      description of method
    • variables

      list of methods arguments
      Default:
      {}
    • variablesType

      Class<?> variablesType
      List of arguments pf method as one DTO. Overridden data passed in variables
      Default:
      java.lang.Void.class
    • tags

      String[] tags
      list of methods tags
      Default:
      {}