import java.util.List;
/**
+ * Represents a module which is unloaded from the project. Such modules aren't shown in UI (except for a special 'Load/Unload Modules' dialog),
+ * all of their contents is excluded from the project so it isn't indexed or compiled.
+ *
* @author nik
*/
@ApiStatus.Experimental