Interface IdRefMetadata
-
- All Superinterfaces:
Metadata
,NonNullMetadata
@ConsumerType public interface IdRefMetadata extends NonNullMetadata
Metadata for the verified id of another component managed by the Blueprint Container. The id itself will be injected, not the component to which the id refers. No implicit dependency is created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getComponentId()
Return the id of the referenced component.
-