We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d0c76 commit 9626606Copy full SHA for 9626606
client/src/main/java/org/phoenixframework/liveview/foundation/data/core/CoreNodeElement.kt
@@ -11,6 +11,7 @@ import org.phoenixframework.liveviewnative.core.NodeData
11
* This class is abstraction of the `Node.Element` class existing in Core-Jetpack.
12
* It stores data from `Node.Element` class in order to avoid to deal native objects.
13
*/
14
+@ConsistentCopyVisibility
15
@Immutable
16
data class CoreNodeElement internal constructor(
17
val tag: String,
0 commit comments