Skip to content

Commit e9ad2c5

Browse files
committed
improved docs
1 parent 6511bc3 commit e9ad2c5

File tree

1 file changed

+3
-0
lines changed
  • src/main/groovy/com/github/hauner/openapi/spring/model/datatypes

1 file changed

+3
-0
lines changed

src/main/groovy/com/github/hauner/openapi/spring/model/datatypes/DataType.groovy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ trait /*interface*/ DataType {
5959
null
6060
}
6161

62+
/**
63+
* is this a composed type, i.e. allOff, anyOf, oneOf ?
64+
*/
6265
boolean isMultiOf () {
6366
false
6467
}

0 commit comments

Comments
 (0)