diff --git a/source/java/org/alfresco/repo/copy/CopyServicePolicies.java b/source/java/org/alfresco/repo/copy/CopyServicePolicies.java
index aec3d21627..c75ba71e4f 100644
--- a/source/java/org/alfresco/repo/copy/CopyServicePolicies.java
+++ b/source/java/org/alfresco/repo/copy/CopyServicePolicies.java
@@ -48,6 +48,9 @@ public interface CopyServicePolicies
* @param destinationStoreRef the destination store reference
* @param copyToNewNode indicates whether we are copying to a new node or not
* @param copyDetails modifiable node details
+ *
+ * @deprecated WARNING: This method will be replaced with a more
+ * flexible and future-proof policy callback in the post-3.1 / Labs 3D code.
*/
public void onCopyNode(
QName classRef,