class RuboCop::Cop::AnnotationComment

def annotation?

def annotation?
  keyword_appearance? && !just_keyword_of_sentence?
end