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

Hiding methods #5

Open
pvangool opened this issue Jul 14, 2016 · 0 comments
Open

Hiding methods #5

pvangool opened this issue Jul 14, 2016 · 0 comments
Assignees

Comments

@pvangool
Copy link
Contributor

pvangool commented Jul 14, 2016

Suppose I have an interface like:

public interface AbstractRemoteable<T> {
    void operationA();
    void operationB();
}

And then have a specific implementation like:

@Remotable("myservice")
public interface MyClassRemotable extends AbstactRemotetable<MyClass> {
}

I want to be able to hide 'operationB'.

Would you consider that a useful enhancement?

@dnault dnault self-assigned this Jul 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants