Interface IdRefMetadata
- All Superinterfaces:
Metadata
,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.
- Version:
- $Revision: 7563 $
-
Method Summary
Modifier and TypeMethodDescriptionReturn the id of the referenced component.
-
Method Details
-
getComponentId
String getComponentId()Return the id of the referenced component. This is specified by thecomponent-id
attribute of a component.- Returns:
- The id of the referenced component.
-