Software Development: Building Reliable Systems
Interface Body Organization
The body of an interface declaration should be organized in the following order:
-
interface constant field declarations
-
interface method declarations
The declaration styles of interface fields and methods are identical to the styles for class fields and methods .