[doc] Document deprecated API

This commit is contained in:
Andreas Dangel
2022-11-25 15:10:30 +01:00
parent 1029d6b24d
commit faa5bf6e00
2 changed files with 19 additions and 17 deletions

View File

@@ -107,7 +107,7 @@ public enum DataType {
/**
* Map to correct instance, returns {@code Unknown} if the value can't be mapped.
*
* Use {@link fromTypeName} instead.
* @deprecated Use {@link #fromTypeName(String)} instead.
*/
@Deprecated
public static DataType fromBasicType(BasicType value) {