Add deprecation javadoc tag (#1893)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-10-17 11:49:27 +03:00
committed by GitHub
parent 43a965fb97
commit a8c7497022
2 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ import lombok.experimental.Accessors;
/** /**
* Request Body for PUT. * Request Body for PUT.
*
* @deprecated since 0.6.0 with toggle assigment deprecation
*/ */
@Data @Data
@Accessors(chain = true) @Accessors(chain = true)

View File

@@ -494,6 +494,7 @@ public interface MgmtDistributionSetTagRestApi {
* Handles the POST request to toggle the assignment of distribution sets by * Handles the POST request to toggle the assignment of distribution sets by
* the given tag id. * the given tag id.
* *
* @deprecated since 0.6.0 with toggle assigment deprecation
* @param distributionsetTagId * @param distributionsetTagId
* the ID of the distribution set tag to retrieve * the ID of the distribution set tag to retrieve
* @param assignedDSRequestBodies * @param assignedDSRequestBodies