Annotation Interface 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
Author:
graemerocher
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Repeatable wrapper type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The type to import.
  • Element Details

    • value

      Class<?> value
      The type to import.
      Returns:
      The type to import