Closed danilodeLuca closed 8 years ago
@luanpotter idea:
ParentAction<T extends Parent> extends Action<T> ChildAction extends ParentAction<Child> Child extends Parent
All public action methods in ParentAction are also action routes for the child endpoint.
@luanpotter idea:
All public action methods in ParentAction are also action routes for the child endpoint.