Names of the annotations found on self declaration

Property definitions

nitc $ AnnotatedMEntity :: annotations
	# Names of the annotations found on `self` declaration
	var annotations: Set[String] = new HashSet[String]
src/frontend/parse_annotations.nit:100,2--101,51