summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-08-02 02:29:53 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-08-02 02:29:53 +0200
commit85f2d87162ff518891cdc3da13669ee39f72a19b (patch)
tree837622b905c882ff6c777c29d245fbbc41bba0d4
parent6ba3b6fc452265fb595b7f32055423c606ed77fd (diff)
downloadcontainer-playground-85f2d87162ff518891cdc3da13669ee39f72a19b.tar.gz
container-playground-85f2d87162ff518891cdc3da13669ee39f72a19b.tar.bz2
container-playground-85f2d87162ff518891cdc3da13669ee39f72a19b.tar.xz
container-playground-85f2d87162ff518891cdc3da13669ee39f72a19b.zip
o Initial import.
-rw-r--r--container-compiler-plugin/src/main/java/io/trygvis/container/compiler/model/Parameters.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-compiler-plugin/src/main/java/io/trygvis/container/compiler/model/Parameters.java b/container-compiler-plugin/src/main/java/io/trygvis/container/compiler/model/Parameters.java
new file mode 100644
index 0000000..bfb32b6
--- /dev/null
+++ b/container-compiler-plugin/src/main/java/io/trygvis/container/compiler/model/Parameters.java
@@ -0,0 +1,4 @@
+package io.trygvis.container.compiler.model;
+
+public class Parameters {
+}