Class BeanRegistration<T>

java.lang.Object
io.micronaut.context.BeanRegistration<T>
Type Parameters:
T - The type
All Implemented Interfaces:
CreatedBean<T>, AnnotationMetadataProvider, AnnotationSource, BeanInfo<T>, Ordered, ArgumentCoercible<T>, BeanContextConditional, BeanType<T>, Closeable, AutoCloseable

public class BeanRegistration<T> extends Object implements Ordered, CreatedBean<T>, BeanType<T>

A bean registration is an association between a BeanDefinition and a created bean, typically a Singleton.

Since:
1.0
Author:
Graeme Rocher