Skip to content

Hiding methods #5

@pvangool

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?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions