org.kohsuke.stapler
Annotation Type DataBoundConstructor


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

Desginates the constructor to be created from methods like StaplerRequest.bindJSON(Class, JSONObject) and StaplerRequest.bindParameters(Class, String).

This replaces "@stapler-constructor" annotation.

Author:
Kohsuke Kawaguchi



Copyright © 2009. All Rights Reserved.