File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
phase4-lib/src/main/java/com/helger/phase4 Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1919import org .jspecify .annotations .NonNull ;
2020
2121import com .helger .annotation .concurrent .Immutable ;
22+ import com .helger .annotation .misc .ChangeNextMajorRelease ;
2223import com .helger .io .resource .ClassPathResource ;
2324import 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
You can’t perform that action at this time.
0 commit comments