kaleidos / grails-security-stateless

Grails plugin to implement stateless authentication using Spring Security
Apache License 2.0
17 stars 8 forks source link

cleanup #3

Closed burtbeckwith closed 10 years ago

burtbeckwith commented 10 years ago

Sorry, forgot to mention earlier - I converted everything to use @CompileStatic, but you can relax that if you want of course. I write as much as possible in the security plugins in Java for performance, but since you're targeting 2.2+ you know that the apps will have Groovy 2.0+, so @CompileStatic will work and give you the same performance boost as using Java.

pabloalba commented 10 years ago

@CompileStatic is a great improvement, thank you Burt