Skip to content

Commit

Permalink
Update ObjectToLiteral.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx authored Oct 2, 2024
1 parent f5cc9dc commit 21accfe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* @author Christoph Böhme, Fabian Steeg
*/
@Description("Outputs a record containing the input object as literal")
@In(Object.class)
@Out(StreamReceiver.class)
@FluxCommand("object-to-literal")
public final class ObjectToLiteral<T> extends
Expand Down

0 comments on commit 21accfe

Please sign in to comment.