summaryrefslogtreecommitdiff
path: root/container-compiler-plugin/src/test/resources/Car.java
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-08-02 21:57:54 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-08-02 21:57:54 +0200
commit4e794b5ed03e5020770becb068d11e6838feec64 (patch)
treef17cf754db970e1e20fff22f2195e1d75f11a6cd /container-compiler-plugin/src/test/resources/Car.java
parent7c3bf7a43911375589fd5c16f9a3e85e7fda0c80 (diff)
downloadcontainer-playground-4e794b5ed03e5020770becb068d11e6838feec64.tar.gz
container-playground-4e794b5ed03e5020770becb068d11e6838feec64.tar.bz2
container-playground-4e794b5ed03e5020770becb068d11e6838feec64.tar.xz
container-playground-4e794b5ed03e5020770becb068d11e6838feec64.zip
wip
Diffstat (limited to 'container-compiler-plugin/src/test/resources/Car.java')
-rw-r--r--container-compiler-plugin/src/test/resources/Car.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-compiler-plugin/src/test/resources/Car.java b/container-compiler-plugin/src/test/resources/Car.java
new file mode 100644
index 0000000..5661bc2
--- /dev/null
+++ b/container-compiler-plugin/src/test/resources/Car.java
@@ -0,0 +1,6 @@
+import javax.persistence.Entity;
+
+@Entity
+public class Car {
+ private int year;
+}