I want to include a Java annotation with source retention in a Play! 1.4.x project, but can't find a way of passing additional arguments to the Play! internal Java compiler in order to make it preprocess the custom annotation.
The annotation is the Adrian Walker's @Multiline preprocessor annotation and following the steps found here: https://github.com/benelog/multiline/wiki/Non-Maven-Java-project-with-Eclipse, I can easily use it in a simple Java console application. However, I can't succeed doing the same in a Play! application.
I guess that I'll have to be able to define the settings used by the internal Java compiler, but I just can't figure how to do it!