Does self have the after_all annotation?

Property definitions

nitc $ MProperty :: is_after_all
	# Does self have the `after_all` annotation?
	var is_after_all: Bool is lazy do return intro.is_after_all
src/model/model.nit:2407,2--2408,60