Annotation Type ImportedBy


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    public @interface ImportedBy
    Meta-annotation used on other types to describe the type that imported this type.
    See Also:
    SpringImport
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> value  
    • Element Detail

      • value

        java.lang.Class<?> value
        Returns:
        The type that imported this bean.