org.kohsuke.stapler
Annotation Type DataBoundConstructor


@Retention(value=RUNTIME)
@Target(value=CONSTRUCTOR)
@Documented
public @interface DataBoundConstructor

Desginates the constructor to be created from StaplerRequest.bindParameters(Class, String).

This replaces "@stapler-constructor" annotation.

Author:
Kohsuke Kawaguchi



Copyright © 2007. All Rights Reserved.