org.kohsuke.stapler
Annotation Type AncestorInPath


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
@Documented
public @interface AncestorInPath

Indicates that this parameter is injected by evaluating StaplerRequest.findAncestorObject(Class) with the parameter type.

Author:
Kohsuke Kawaguchi



Copyright © 2012. All Rights Reserved.