Skip to content

Commit 9626606

Browse files
committed
explicit visibility annotation
1 parent 17d0c76 commit 9626606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/main/java/org/phoenixframework/liveview/foundation/data/core/CoreNodeElement.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import org.phoenixframework.liveviewnative.core.NodeData
1111
* This class is abstraction of the `Node.Element` class existing in Core-Jetpack.
1212
* It stores data from `Node.Element` class in order to avoid to deal native objects.
1313
*/
14+
@ConsistentCopyVisibility
1415
@Immutable
1516
data class CoreNodeElement internal constructor(
1617
val tag: String,

0 commit comments

Comments
 (0)