Skip to content

Commit

Permalink
Merge pull request #561 from metafacture/Adjust-documentation-for-obj…
Browse files Browse the repository at this point in the history
…ectToLiteral

Update ObjectToLiteral.java
  • Loading branch information
TobiasNx authored Oct 9, 2024
2 parents f5cc9dc + 914ea89 commit f02d757
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import org.metafacture.framework.FluxCommand;
import org.metafacture.framework.StreamReceiver;
import org.metafacture.framework.annotations.Description;
import org.metafacture.framework.annotations.In;
import org.metafacture.framework.annotations.Out;
import org.metafacture.framework.helpers.DefaultObjectPipe;

Expand All @@ -29,6 +30,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 f02d757

Please sign in to comment.