Package io.micronaut.inject
Interface BeanIdentifier
- All Superinterfaces:
CharSequence
,Named
,Serializable
An identifier for a
Bean
that can be used as a key to uniquely identify an
instance.- Since:
- 1.0
- Author:
- Graeme Rocher
-
Method Summary
Modifier and TypeMethodDescriptionstatic BeanIdentifier
Create a newBeanIdentifier
for the given id.Methods inherited from interface java.lang.CharSequence
charAt, chars, codePoints, isEmpty, length, subSequence, toString
-
Method Details
-
of
Create a newBeanIdentifier
for the given id.- Parameters:
id
- The id- Returns:
- The identifier
-