Package io.micronaut.core.naming
Interface Named
-
- All Known Subinterfaces:
AnnotatedElement
,Argument<T>
,ArgumentValue<V>
,BeanIntrospectionReference<T>
,BeanMethod<B,T>
,BeanProperty<B,T>
,GenericPlaceholder<T>
,MutableArgumentValue<V>
,Readable
,UnsafeBeanProperty<B,T>
- All Known Implementing Classes:
AbstractBeanIntrospectionReference
,AbstractBeanMethod
,AbstractBeanProperty
,AnnotationClassValue
,DefaultArgument
,GenericArgument
public interface Named
An interface for components that are named.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
-
-
-
Method Detail
-
getName
@NonNull java.lang.String getName()
- Returns:
- The name of the component
-
-