Currently interfaces in StrataCode support instance fields, and property assignments which are both inherited by implementing classes. Now with Java 8's default methods, we should use that syntax and/or implementation for methods I think. Before that , we were just going to copy any methods that had bodies into all implementing classes, not requiring the default operator but essentially implementing those semantics.
Currently interfaces in StrataCode support instance fields, and property assignments which are both inherited by implementing classes. Now with Java 8's default methods, we should use that syntax and/or implementation for methods I think. Before that , we were just going to copy any methods that had bodies into all implementing classes, not requiring the default operator but essentially implementing those semantics.