Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Added supporting of Properties in Group-Interfaces #11

Closed
programmerr47 opened this issue Aug 12, 2017 · 3 comments
Closed

Added supporting of Properties in Group-Interfaces #11

programmerr47 opened this issue Aug 12, 2017 · 3 comments
Assignees

Comments

@programmerr47
Copy link
Owner

We need to add supporting of val properties in group analytics interface. Thus, the group interface will look like:

interface AnalyticsGroup {
    val single: AnalyticsSingle
}

instead of

interface AnalyticsGroup {
    fun single(): AnalyticsSingle
}

And usage will be like analyticsGroup.single instead of analyticsGroup.single()
Thus, we will eliminate unnecessary brackets

@programmerr47
Copy link
Owner Author

As it appeared. Currently val parameters are partly supported for group interface if and only if they have no annotations on properties at all. Need to think how to add support of that...

@programmerr47
Copy link
Owner Author

Need to add documentation

@programmerr47
Copy link
Owner Author

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant