X-Git-Url: https://git.jetbrains.org/?p=idea%2Fcommunity.git;a=blobdiff_plain;f=platform%2Fcore-api%2Fsrc%2Fcom%2Fintellij%2Fopenapi%2Fmodule%2FUnloadedModuleDescription.java;h=7c5f9fb5ff56897b18228de2b5aaeb1adf0b7690;hp=1d4be72a60156d6ab408cff01fcf482dd036483c;hb=e8d97631aaef1913ea9d07301d377ffedf37a2ab;hpb=e7dec055cfdceac3b11bc5ee8acc1e7a281eaae2 diff --git a/platform/core-api/src/com/intellij/openapi/module/UnloadedModuleDescription.java b/platform/core-api/src/com/intellij/openapi/module/UnloadedModuleDescription.java index 1d4be72a6015..7c5f9fb5ff56 100644 --- a/platform/core-api/src/com/intellij/openapi/module/UnloadedModuleDescription.java +++ b/platform/core-api/src/com/intellij/openapi/module/UnloadedModuleDescription.java @@ -22,6 +22,9 @@ import org.jetbrains.annotations.NotNull; 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