Does self have the after annotation?

Property definitions

nitc $ MProperty :: is_after
	# Does self have the `after` annotation?
	var is_after: Bool is lazy do return intro.is_after
src/model/model.nit:2404,2--2405,52