Added java doc for deprecated decoration

This commit is contained in:
md-yasir
2025-10-24 09:37:46 +05:30
parent 6dd878d3c9
commit 39e8ead7cd
4 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -13,12 +13,13 @@ Public Domain.
* @author JSON.org
* @version 2015-12-09
*/
@Deprecated
public class Cookie {
/**
* Constructs a new Cookie object.
* @deprecated (Utility class cannot be instantiated)
*/
@Deprecated()
private Cookie() {
}