Skip to content

Exclude the method that's being annotated when showing completion for fallback method #148

@datho7561

Description

@datho7561

eg.

@GET
@Produces(MediaType.TEXT_PLAIN)
@Fallback(fallbackMethod="|")
public String faultTolerant() {
    return "hello, world!";
}

If you trigger completion at the |, you shouldn't see faultTolerant suggested.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions