The name of the annotation

Property definitions

nitc $ AAnnotation :: name
	# The name of the annotation
	fun name: String
	do
		return n_atid.n_id.text
	end
src/parser/parser_nodes.nit:3093,2--3097,4