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 Summary
-
Optional Element Summary
-
Element Details
-
beanType
Class<?> beanType- Returns:
- The bean type.
-
-