Interface ModuleClassesContainerInfo


public interface ModuleClassesContainerInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the ContainerInfo for all of the classes directly or indirectly available through this module.
  • Method Details

    • getClassesContainerInfo

      List<ContainerInfo> getClassesContainerInfo()
      Get the ContainerInfo for all of the classes directly or indirectly available through this module.
      Returns:
      The classes container infos for this module.