The map of all declared user annotation

note: lazy because toolcontex is set in the init

Property definitions

nitc $ CheckAnnotationPhase :: _declared_annotations
	# The map of all declared user annotation
	# note: lazy because toolcontex is set in the init
	var declared_annotations = new MModuleMultiData[String](toolcontext.modelbuilder.model) is lazy
src/frontend/check_annotation.nit:32,2--34,96