Neo4J 约束中的非空属性

Not null attribute in Neo4J constraint

是否可以在 Neo4J 数据库中为属性不为空创建约束? 类似于:

CREATE CONSTRAINT ON (p:Person) ASSERT p.name IS NOT NULL

已计划并已在 Neo4j 2.3 中实现,应该在 2.3.RC1 中可用