commit | 75f1583de066b361268f28f2f976b6c72151f798 | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Sat May 24 22:11:25 2014 +0200 |
committer | Shawn Pearce <sop@google.com> | Wed May 28 16:33:12 2014 -0700 |
tree | bb240ffbbbcf5e6cec3c92e69d15e460970aae2d | |
parent | f10c28adc76ec73a7500849dec8a16fb8d8e3a3b [diff] |
Move REST endpoints to singleton scope The majority of REST endpoints don't maintain state and don't need to be created each time they are used. Exceptions are endpoints with @Option annotation and therefore must stay in default scope. Change-Id: Ia2ac8cfccf41966daa48334cedcb7a20101474d2