Is there a way to add labels to nodes using the SDN node entity? I know that i could write a cypher query and add it to a stub in my SDN repository but is there maybe another way?
The @Labels annotation does not seem to work. I tried this example: https://github.com/spring-projects/spring-data-neo4j/blob/15cc8418ed4d429a952b86f788717add8a93f76c/spring-data-neo4j-aspects/src/test/java/org/springframework/data/neo4j/aspects/Person.java (Using 3.3.0.BUILD-SNAPSHOT)
My goal is to dynamically add labels so that i could write a more specific model later on which could be used to enhance that "type" of node in the graph.