Annotation Interface ImportedBy


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

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

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