ni_nitdoc: added fast copy past utility to signatures.
[nit.git] / src / abstracttool.nit
index dc3187e..d76a3f8 100644 (file)
@@ -129,3 +129,11 @@ redef class MMLocalClass
                file.write("end # {self}\n")
        end
 end
+
+redef class AAnnotations
+       # Shortcut annotations and skip them completely
+       redef fun visit_all(v)
+       do
+               # Do notning
+       end
+end