|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |