Annotation Interface SingleResult
@Documented
@Retention(RUNTIME)
@Target({METHOD,ANNOTATION_TYPE})
@Inherited
public @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
-
Field Summary
-
Field Details
-
NAME
The class name.
-
-
Element Details
-
value
boolean valueWhether the result is a single result.- Returns:
- True if it is.
- Default:
- true
-