Annotation Interface IgnoreReturnValue


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface IgnoreReturnValue
Ignore the return value of a method. Useful for methods that, for some reason (e.g. because they have to implement a specific interface) need to return a value, which should not be not be put on the stack (and therefore define the further schema and receive XML events).
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • value

      boolean value
      Default:
      true