Annotation Type InjectedParameter

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends AnnotationHandler> value
      Code that computes the actual value to inject.
    • Element Detail

      • value

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