diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-08-19 19:45:28 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-08-19 19:45:28 +0200 |
commit | 8cca2127e0e11486cc45ae1a8198bd778301f935 (patch) | |
tree | e81daa9d333c4797fd2f14d3170f36fdc1bcbb60 /container-compiler-plugin/src/main/resources/META-INF/services/javax.annotation.processing.Processor | |
parent | e78c0a1e4a4ebc71502dceccc9ae640862b7ce9e (diff) | |
download | container-playground-master.tar.gz container-playground-master.tar.bz2 container-playground-master.tar.xz container-playground-master.zip |
o Dropping the Sequences class. Moving more stuff into SqlUnit to make it easier available in a generic form.HEADmaster
o Fixing the complicated cases where the generation got confused with both setter and constructor injection.
Diffstat (limited to 'container-compiler-plugin/src/main/resources/META-INF/services/javax.annotation.processing.Processor')
-rw-r--r-- | container-compiler-plugin/src/main/resources/META-INF/services/javax.annotation.processing.Processor | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/container-compiler-plugin/src/main/resources/META-INF/services/javax.annotation.processing.Processor b/container-compiler-plugin/src/main/resources/META-INF/services/javax.annotation.processing.Processor new file mode 100644 index 0000000..d8aa899 --- /dev/null +++ b/container-compiler-plugin/src/main/resources/META-INF/services/javax.annotation.processing.Processor @@ -0,0 +1 @@ +io.trygvis.container.compiler.MyProcessor |