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 NamedAn interface for components that are named.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()
-
-
-
Method Detail
-
getName
@NonNull java.lang.String getName()
- Returns:
- The name of the component
-
-