Skip to content

Commit 08cd5ec

Browse files
Add ConsistentCopyVisibility annotations (#19)
1 parent e083e00 commit 08cd5ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

thrifty-schema/src/main/kotlin/com/bendb/thrifty/schema/render/Include.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ package com.bendb.thrifty.schema.render
2929
* space of the source file).
3030
* @property relative a flag indicating whether or not this [path] is a relative path.
3131
*/
32+
@ConsistentCopyVisibility
3233
data class Include
3334
internal constructor(val path: String, internal val namespace: String, val relative: Boolean)

thrifty-schema/src/main/kotlin/com/bendb/thrifty/schema/render/ThriftSpec.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import java.io.File
3333
* @property includes any includes this file declares.
3434
* @property schema the [Schema] of elements contained within this file.
3535
*/
36+
@ConsistentCopyVisibility
3637
data class ThriftSpec
3738
internal constructor(
3839
val filePath: String,

0 commit comments

Comments
 (0)