Skip to content

Hiding methods #5

Description

@pvangool

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions