is there some annotation exist to mark java method...
# intellij
d
is there some annotation exist to mark java method with @NotSuggestConvertGetterToPropertyAccessor? to avoid idea suggestions like
restService.getSubscriber()
to
restService.subscriber