Skip to content

Commit 38b0e03

Browse files
committed
Add to note
1 parent fb07613 commit 38b0e03

File tree

1 file changed

+3
-0
lines changed
  • phase4-lib/src/main/java/com/helger/phase4

1 file changed

+3
-0
lines changed

phase4-lib/src/main/java/com/helger/phase4/CAS4.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import org.jspecify.annotations.NonNull;
2020

2121
import com.helger.annotation.concurrent.Immutable;
22+
import com.helger.annotation.misc.ChangeNextMajorRelease;
2223
import com.helger.io.resource.ClassPathResource;
2324
import com.helger.xsds.xmldsig.CXMLDSig;
2425

@@ -69,11 +70,13 @@ private static ClassLoader _getCL ()
6970
* The name of the "original sender" (C1) message property for four-corner topology message
7071
* exchanges.
7172
*/
73+
@ChangeNextMajorRelease ("Rename to prefix with MESSAGE_PROPERTY_")
7274
public static final String ORIGINAL_SENDER = "originalSender";
7375
/**
7476
* The name of the "final recipient" (C4) message property for four-corner topology message
7577
* exchanges.
7678
*/
79+
@ChangeNextMajorRelease ("Rename to prefix with MESSAGE_PROPERTY_")
7780
public static final String FINAL_RECIPIENT = "finalRecipient";
7881

7982
// Default values

0 commit comments

Comments
 (0)