Package io.micronaut.core.annotation
Annotation Interface BuildTimeInit
Annotate that stores references to class names that can be build time initialized inside bean definition metadata.
This annotation is currently designed for internal use only and not for public API.
-
Required Element Summary
-
Element Details
-
value
String[] value- Returns:
- The class names.
-