Skip to content

Commit

Permalink
deprecate MQ-MT file format
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed Oct 13, 2023
1 parent e23d96f commit 3c9aebd
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
*/
package com.prowidesoftware.swift.model;

import com.prowidesoftware.deprecation.ProwideDeprecated;
import com.prowidesoftware.deprecation.TargetYear;

/**
* Supported file formats in the {@link AbstractSwiftMessage} hierarchy.
*
Expand All @@ -31,8 +34,9 @@ public enum FileFormat {
*/
CORE_XML("xml"),
/**
* MQ-MT format
* @deprecated undefined and unused file format
*/
@ProwideDeprecated(phase2 = TargetYear.SRU2024)
MQ_MT("mt"),
/**
* Only valid for MT.
Expand Down

0 comments on commit 3c9aebd

Please sign in to comment.