public class Prop { // This will look like a property in Kotlin String getFoo() { return "foo"; } }