org.kohsuke.stapler
Annotation Type CapturedParameterNames


@Retention(value=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

Required Element Summary
 java.lang.String[] value
           
 

Element Detail

value

public abstract java.lang.String[] value


Copyright © 2012. All Rights Reserved.