Skip to content

Commit

Permalink
Complete annotations used by flux-commands (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Oct 25, 2024
1 parent 14c81a0 commit cb35ebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
* @author Christoph Böhme
*
*/
@Description("Writes objects to one (or more) file(s)")
@In(Object.class)
@In(Void.class)
@FluxCommand("write-files")
public final class ObjectFileWriter<T> extends AbstractObjectWriter<T> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

@Description("Writes objects to stdout")
@In(Object.class)
@Out(Void.class)
@FluxCommand("print")
public final class ObjectStdoutWriter<T> extends AbstractObjectWriter<T> {

Expand Down

0 comments on commit cb35ebf

Please sign in to comment.