Annotation Interface Tool


@Qualifier("tool") @Target({METHOD,TYPE,FIELD,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) @Documented public @interface Tool
Qualifier used to specify a reference to any bean given its type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Tool>
    The class of the bean that will be referenced
  • Element Details

    • value

      Class<? extends Tool> value
      The class of the bean that will be referenced
      Returns:
      the bean's class