Annotation Interface SingleResult


Annotation that can be used to describe that an API emits a single result even if the return type is a Publisher.
Since:
1.0.2
Author:
graemerocher
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Whether the result is a single result.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The class name.
  • Field Details

    • NAME

      static final String NAME
      The class name.
  • Element Details

    • value

      boolean value
      Whether the result is a single result.
      Returns:
      True if it is.
      Default:
      true