Skip to content

Commit

Permalink
Merge pull request #101 from smallrye/operators-package-info
Browse files Browse the repository at this point in the history
Add missing package-info to the operators package
  • Loading branch information
jponge authored Nov 6, 2022
2 parents cc39279 + 2a06678 commit 3b22fd7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* This package contains a set of simple operator classes that can be useful when working with
* {@link java.util.concurrent.Flow.Publisher} streams.
* <p>
* Each operator class is a {@link java.util.concurrent.Flow.Publisher} that accepts an upstream
* {@link java.util.concurrent.Flow.Publisher} and parameters.
*/
package mutiny.zero.operators;

0 comments on commit 3b22fd7

Please sign in to comment.