You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@groovy.apache.org by MG <mg...@arscreat.com> on 2018/03/04 22:29:07 UTC

@NamingConvention: Supply class/method/field/... name patterns to compiler

Hi,

an @NamingConvention could supply information about 
class/method/field/variable/parameter names to the Groovy compiler, 
which would allow to reduce the required number of class lookups and 
could potentially be combined with the classNamePattern @Newify extension:
https://issues.apache.org/jira/browse/GROOVY-8491

Cheers,
mg