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