Package org.kohsuke.stapler
Annotation Interface AncestorInPath
@Retention(RUNTIME)
@Target(PARAMETER)
@Documented
@InjectedParameter(HandlerImpl.class)
public @interface AncestorInPath
Indicates that this parameter is injected by evaluating
StaplerRequest2.findAncestorObject(Class)
with the parameter type.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary