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 SummaryStatic MethodsModifier and TypeMethodDescriptionstatic BeanIdentifierCreate a newBeanIdentifierfor the given id.Methods inherited from interface java.lang.CharSequencecharAt, chars, codePoints, isEmpty, length, subSequence, toString
- 
Method Details- 
ofCreate a newBeanIdentifierfor the given id.- Parameters:
- id- The id
- Returns:
- The identifier
 
 
-