model: promote `is_fictive` from doc_model
[nit.git] / src / model / mmodule.nit
index 18e835d..2b7e5af 100644 (file)
@@ -222,5 +222,10 @@ class MModule
                end
        end
 
+       # Is the mmodule created for internal purpose?
+       # Fictive module are instantied internally but they should not be
+       # exposed to the final user
+       var is_fictive: Bool writable = false
+
        redef fun parent_concern do return mgroup
 end