Package io.micronaut.spring.beans
Annotation Type SpringImport
-
@Retention(RUNTIME) @Repeatable(List.class) @Internal public @interface SpringImport
Allows the spring import annotation to be represented as a repeated annotation. This is an internal annotation and should not be used directly.- Since:
- 4.3.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>
value
The type to import.
-