eg. ```java @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.
eg.
If you trigger completion at the
|, you shouldn't seefaultTolerantsuggested.