Implementing default interface method, don't expect clasic property in implementing class. This is a Java bug . When retrieving the properties from some java bean the introspector does not return the properties defined by getter/setter default methods in an interface implemented by the bean.
not only java blog