Annotation Type ActionDescription


@Retention(RUNTIME) @Target(METHOD) public @interface ActionDescription
Marks a method as a Service Method for Pips,Pxps and Peps. In addition to the description, methodName property overrides the default value, which is the real method name of the annotated service Method.
  • Element Details

    • description

      String description
      Description.
      Returns:
      the string
      Default:
      ""
    • methodName

      String methodName
      Method name.
      Returns:
      the string
      Default:
      ""
    • pepSupportedType

      Class<?> pepSupportedType
      Type of the parameter. Per default introspected with method.getReturnType()
      Returns:
      Parametertype
      Default:
      java.lang.Void.class