Annotation Type Primary
-
@Documented @Inherited @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Primary
Marker interface to indicate that a component must be selected in the case of multiple possible implementations.- See Also:
ComponentRegistry
,ComponentFactory
,Component