8182482: Module System spec updates
Alex Buckley
alex.buckley at oracle.com
Tue Jun 20 18:09:14 UTC 2017
Hi Remi,
On 6/20/2017 6:29 AM, forax at univ-mlv.fr wrote:
> ok, let's focus on abstract class defining a service.
I would be happy for the "Designing services" section to give more
advice about the tradeoffs between an interface and an abstract class.
Two sentences, written in a style that leads a junior developer but does
not judge them if they don't follow the advice. Can you write it? :-
-----
A service is a single type, usually an interface or abstract class.
***REMI'S TEXT HERE*** A concrete class can be used, but this is not
recommended. The type may have any accessibility.
The methods of a service are highly ...
-----
Alex
More information about the jigsaw-dev
mailing list