mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05:00
Added java doc for deprecated decoration
This commit is contained in:
@@ -23,12 +23,13 @@ Public Domain.
|
|||||||
* @author JSON.org
|
* @author JSON.org
|
||||||
* @version 2016-05-01
|
* @version 2016-05-01
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public class CDL {
|
public class CDL {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a new CDL object.
|
* Constructs a new CDL object.
|
||||||
|
* @deprecated (Utility class cannot be instantiated)
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public CDL() {
|
public CDL() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,12 +13,13 @@ Public Domain.
|
|||||||
* @author JSON.org
|
* @author JSON.org
|
||||||
* @version 2015-12-09
|
* @version 2015-12-09
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public class Cookie {
|
public class Cookie {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a new Cookie object.
|
* Constructs a new Cookie object.
|
||||||
|
* @deprecated (Utility class cannot be instantiated)
|
||||||
*/
|
*/
|
||||||
|
@Deprecated()
|
||||||
private Cookie() {
|
private Cookie() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ public class CookieList {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a new CookieList object.
|
* Constructs a new CookieList object.
|
||||||
|
* @deprecated (Utility class cannot be instantiated)
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public CookieList() {
|
public CookieList() {
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ public class JSONML {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs a new JSONML object.
|
* Constructs a new JSONML object.
|
||||||
|
* @deprecated (Utility class cannot be instantiated)
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public JSONML() {
|
public JSONML() {
|
||||||
|
|||||||
Reference in New Issue
Block a user