Package io.micronaut.spring.boot.starter
Annotation Interface EnableMicronaut.ExposedBean
- Enclosing class:
- EnableMicronaut
public static @interface EnableMicronaut.ExposedBean
Used to allow to expose beans from the Spring to the Micronaut context.
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
beanTypeClass<?> beanType- Returns:
- The bean type.
 
 
- 
-