Annotation Interface ImportedClass


@Target(TYPE) @Retention(SOURCE) public @interface ImportedClass
The marker annotation to indicate that this ClassElement is imported using ClassImport.
Since:
4.9
Author:
Denis Stepanov
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • originatingClass

      String originatingClass
      Returns:
      The class of the originating class.
    • targetPackage

      String targetPackage
      Returns:
      The package to write any kind of generated metadata to. By default, uses the class package.
      Default:
      ""