Package io.micronaut.core.naming
Interface Named
- All Known Subinterfaces:
AnnotatedElement,Argument<T>,ArgumentValue<V>,BeanIntrospectionReference<T>,BeanMethod<B,,T> BeanProperty<B,,T> BeanReadProperty<B,,T> BeanWriteProperty<B,,T> GenericPlaceholder<T>,MutableArgumentValue<V>,Readable,UnsafeBeanProperty<B,,T> UnsafeBeanReadProperty<B,,T> UnsafeBeanWriteProperty<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
-
Method Details
-
getName
- Returns:
- The name of the component
-