Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit d182425

Browse files
committed
improve docs
1 parent 56e6a19 commit d182425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/io/openapiprocessor/core/model/datatypes/NullDataType.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
package io.openapiprocessor.core.model.datatypes
77

88
/**
9-
* Null(able) data type wrapper. Assumes a single generic parameter.
9+
* Null(able) data type wrapper, i.e. [org.openapitools.jackson.nullable.JsonNullable]. Assumes a
10+
* single generic parameter.
1011
*/
1112
class NullDataType(
1213
private val name: String,

0 commit comments

Comments
 (0)