We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24f101 commit 2b4a4e0Copy full SHA for 2b4a4e0
metafix/src/main/java/org/metafacture/metafix/Metafix.java
@@ -18,10 +18,14 @@
18
19
package org.metafacture.metafix;
20
21
+import org.metafacture.framework.FluxCommand;
22
import org.metafacture.framework.MetafactureException;
23
import org.metafacture.framework.StandardEventNames;
24
import org.metafacture.framework.StreamPipe;
25
import org.metafacture.framework.StreamReceiver;
26
+import org.metafacture.framework.annotations.Description;
27
+import org.metafacture.framework.annotations.In;
28
+import org.metafacture.framework.annotations.Out;
29
import org.metafacture.framework.helpers.DefaultStreamReceiver;
30
import org.metafacture.mangling.StreamFlattener;
31
import org.metafacture.metafix.fix.Expression;
0 commit comments