Annotation Interface InjectedParameter


@Retention(RUNTIME) @Target(ANNOTATION_TYPE) @Documented public @interface InjectedParameter
Used on annotations to indicate that it signals a parameter injection in web-bound "doXyz" methods.
Author:
Kohsuke Kawaguchi
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Code that computes the actual value to inject.
  • Element Details

    • value

      Class<? extends AnnotationHandler> value
      Code that computes the actual value to inject. One instance of this is created lazily and reused concurrently.