Skip to content

Conversation

YounesRahimi
Copy link
Contributor

@YounesRahimi YounesRahimi commented Jul 4, 2019

A field named isSuspend is added to RouteDefinition to indicate that the current route is using a suspend method or not. Also, all fields of RouteDefinition has been protected to being able to set their value from a derived class.

Also there was a change in InjectionProvider.hasInjection in that the method will return true for classes which has only one constructor. This way we can omit the @Inject annotation for classes that has only one constructor.

@drejc drejc merged commit 92478ba into zandero:master Jul 6, 2019
@drejc
Copy link
Member

drejc commented Jul 6, 2019

Made minor change ... renamed isSuspend to isSuspendable for consistency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants