class RubyLsp::Requests::Support::Sorbet

def annotation?(node)

def annotation?(node)
  !!ANNOTATIONS[node.name]&.match?(node)
end