X-Git-Url: http://nitlanguage.org diff --git a/src/modelize_property.nit b/src/modelize_property.nit index 146125b..57e847b 100644 --- a/src/modelize_property.nit +++ b/src/modelize_property.nit @@ -18,7 +18,7 @@ module modelize_property import modelize_class -import annotation +private import annotation redef class ToolContext var modelize_property_phase: Phase = new ModelizePropertyPhase(self, [modelize_class_phase])