When you {{ @Indexed }} an abstract class you will see a warning during startup warning that this is an illegal configuration. However, if you remove that {{ @Indexed }} , you will get an error during startup when you have {{ @IndexedEmbedded }} in that abstract class
Found invalid @IndexedEmbedded->paths configured
|