class IDL::AST::Module

def annotations

def annotations
  (has_anchor? ? self.anchor : self).get_annotations
end