Add deprecation javadoc tag (#1893)
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user