Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Class based configuration does not work well when using inheritance #12

Open
mikeseghers opened this issue Dec 6, 2015 · 0 comments
Open
Assignees
Milestone

Comments

@mikeseghers
Copy link
Contributor

When configuration class B extends from configuration class A, only create methods from class B are being picked up. The work around for now is letting class B override all methods in class A. This is a lot of boilerplate, which reliant could easily avoid.

@aceontech aceontech added this to the 3.0 milestone Dec 8, 2015
@mikeseghers mikeseghers modified the milestones: 3.0, 2.3 Apr 29, 2016
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

No branches or pull requests

2 participants