Annotation Interface Component.Registry

Enclosing class:
Component

@Qualifier("component") @Target({METHOD,TYPE,FIELD,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) public static @interface Component.Registry
Qualifier used to specify a reference to any Component given its registry name.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The registry name of the Component that will be referenced
  • Element Details