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
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2010. All Rights Reserved.