Annotation Interface Audit


@Qualifier @Target({FIELD,PARAMETER,METHOD}) @Retention(RUNTIME) public @interface Audit
Denotes audit dependencies.

This annotation can be added to injected parameters to help dependency injection frameworks identify the instance of the parameter type that should be injected.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the dependency to inject.
  • Element Details

    • value

      String value
      The name of the dependency to inject.
      Returns:
      name of the dependency.