Annotation Type Imports


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Imports
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] value
      The imports.
    • Element Detail

      • value

        java.lang.String[] value
        The imports.
        Default:
        {}