All methods in an interface default to public
.
See Java Language Specification 6.6.1 which states
All members of interfaces are
implicitlypublic
.
All methods in an interface default to public
.
See Java Language Specification 6.6.1 which states
All members of interfaces are
implicitlypublic
.