* Different Types of Bean Injection in Spring code
* Dataclasses in Kotlin
* Revert "Different Types of Bean Injection in Spring code"
This reverts commit 4b747726b9.
3 lines
105 B
Kotlin
3 lines
105 B
Kotlin
package com.baeldung.dataclass
|
|
|
|
data class Movie(val name: String, val studio: String, var rating: Float) |