Interface ImportsSupplier

All Known Implementing Classes:
AnnotationInfo, ConstantValue, ImportInfo, MethodParamInfo, OpenApiDefInfo, ResourceInfo, TypeInfo

public interface ImportsSupplier
Defines a supplier of an ImportInfo object.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the imports.
  • Method Details

    • imports

      ImportInfo imports()
      Gets the imports.
      Returns:
      the imports.