nitc :: AnnotatedMEntity :: has_annotation
self
annotation
# Does `self` contains `annotation` in its declaration? fun has_annotation(annotation: String): Bool do return annotations.has(annotation)