Skip to content

Commit f02d757

Browse files
authored
Merge pull request #561 from metafacture/Adjust-documentation-for-objectToLiteral
Update ObjectToLiteral.java
2 parents f5cc9dc + 914ea89 commit f02d757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

metafacture-mangling/src/main/java/org/metafacture/mangling/ObjectToLiteral.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import org.metafacture.framework.FluxCommand;
2020
import org.metafacture.framework.StreamReceiver;
2121
import org.metafacture.framework.annotations.Description;
22+
import org.metafacture.framework.annotations.In;
2223
import org.metafacture.framework.annotations.Out;
2324
import org.metafacture.framework.helpers.DefaultObjectPipe;
2425

@@ -29,6 +30,7 @@
2930
* @author Christoph Böhme, Fabian Steeg
3031
*/
3132
@Description("Outputs a record containing the input object as literal")
33+
@In(Object.class)
3234
@Out(StreamReceiver.class)
3335
@FluxCommand("object-to-literal")
3436
public final class ObjectToLiteral<T> extends

0 commit comments

Comments
 (0)