Package org.kohsuke.stapler
Annotation 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
-
Element Details
-
value
String[] value
-