Does self have the before annotation?

Property definitions

nitc $ MProperty :: is_before
	# Does self have the `before` annotation?
	var is_before: Bool is lazy do return intro.is_before
src/model/model.nit:2398,2--2399,54