mirror of
https://github.com/stleary/JSON-java.git
synced 2026-05-19 00:00:46 -04:00
Added java doc for deprecated decoration
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user