Annotation Interface BuildTimeInit


@Internal @Retention(RUNTIME) @Target(TYPE) public @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

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String[] value
      Returns:
      The class names.