Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/821#discussion_r141601297
--- Diff:
rest/rest-api/src/main/java/org/apache/brooklyn/rest/api/PolicyApi.java ---
@@ -36,6 +36,8 @@
@Api("Entity Policies")
@Produces(MediaType.APPLICATION_JSON)
@Consumes(MediaType.APPLICATION_JSON)
+/** @deprecated since 0.12.0 use AdjunctApi */
+@Deprecated
--- End diff --
Probably better to update the API's description to say which API to use now
that this one is deprecated
---