|
Ok yeah, in fact reviewing my code my inheritance hierarchy contains another abstract class which is not marked as @Indexed. When I mark it with @Indexed, the problem is resolved. I'm not sure if marking the entire inheritance hierarchy with @Indexed is a requirement. It would seem a bit strange to be forced to mark abstract classes with @Indexed to avoid failure. But this seems to be the "edge" case.
|