package com.buschmais.xo.neo4j.test.inheritance.composite; import com.buschmais.xo.neo4j.api.annotation.Label; @Label("C") public interface C { }