I think he means he can define the field with `pri...
# getting-started
m
I think he means he can define the field with
private final Implementation myData = new Implementation()
and the getter with
public InterfaceOrSuperclass getMyData() { return myData; }
.