feroult / yawp

Kotlin/Java API framework for Google Appengine
http://yawp.io
MIT License
133 stars 20 forks source link

Composed Actions #18

Closed danilodeLuca closed 8 years ago

feroult commented 9 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.