Annotation Interface CapturedParameterNames


@Retention(RUNTIME) public @interface CapturedParameterNames
This "hidden" annotation is injected by Groovy compiler to capture parameter names in the class file. Groovyc doesn't let me generate additional files, so this is easier to do than generating the same files that the annotation processor does.
Author:
Kohsuke Kawaguchi
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details