Does self have the before_all annotation?

Property definitions

nitc $ MProperty :: is_before_all
	# Does self have the `before_all` annotation?
	var is_before_all: Bool is lazy do return intro.is_before_all
src/model/model.nit:2401,2--2402,62