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

implementation class doesn't have interface methods #5

Open
bilak opened this issue Feb 12, 2015 · 1 comment
Open

implementation class doesn't have interface methods #5

bilak opened this issue Feb 12, 2015 · 1 comment

Comments

@bilak
Copy link

bilak commented Feb 12, 2015

Hello,
when I create interface with method (eg configure()), than class which implements this interface doesn't have methods which are defined in interface.

Is this bug, or am I missing something?

Thanks

@niklauslee
Copy link
Collaborator

Code Generator doesn't support generating unimplemented operations. You need to create Operations in the class implementing the Interface.

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