Fluxzero 1.116.0
1.116.0 (2026-03-15)
Features
feat(stateful): make @EntityId imply @Association (
edca122)This removes the need to annotate the same property with both @EntityId and @Association in stateful handlers.
The supporting reflection changes keep annotation discovery consistent for meta-annotations and interface-declared properties, avoid duplicate property handling when the same member is annotated in multiple places, and add regression coverage for routing, members, and stateful associations.