Package org.kohsuke.stapler
Annotation Interface InjectedParameter
Used on annotations to indicate that it signals a parameter injection in web-bound "doXyz" methods.
- Author:
- Kohsuke Kawaguchi
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass<? extends AnnotationHandler>
Code that computes the actual value to inject.
-
Element Details
-
value
Class<? extends AnnotationHandler> valueCode that computes the actual value to inject. One instance of this is created lazily and reused concurrently.
-