package com.buschmais.xo.neo4j.test.id.composite; import com.buschmais.xo.neo4j.api.annotation.Label; @Label public interface A { A2B getA2B(); }