You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by James Bognar <ja...@apache.org> on 2020/11/12 17:49:23 UTC

Renaming @RestMethod/@RemoteMethod to @Restm/@Remotem

Need some feedback.

In 9.0, I've been considering simplifying the names of the @RestMethod
and @RemoteMethod annotations to @Restm and @Remotem:

@Rest / @RestMethod -> @Rest / @Restm
@Remote / @RemoteMethod -> @Remote / @Remotem

It somewhat matches the pattern used for @Beanp that is used to
annotate bean properties.

Does anyone have any feelings either way?