mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 15:53:36 +00:00
read java bean properties as kotlin properties
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace test
|
||||
|
||||
open class test.JavaBeanVal : jet.Any {
|
||||
final /*constructor*/ fun <init>(): test.JavaBeanVal
|
||||
open fun getColor(): jet.String?
|
||||
val color: jet.String?
|
||||
}
|
||||
Reference in New Issue
Block a user