Hello I want to make compiler plugin which would b...
# compiler
r
Hello I want to make compiler plugin which would be extension of
all-open
except that it would contain some extra custom pre-configured annotations for ease
s
I think you can do a gradle plugin with preconfigured fields, much easier in your case :)
r
Yes that's an option. But it becomes tedious. That I have to configure again and again . Making a compiler-plugin would serve me better in the long run
s
Not sure. You can have a simple gradle file hosted even somewhere in the gist and just apply it on top of your build.gradle.
r
Yes thats an option . But spring also made wrapper around all-open
I also just intend to do that