public interface Announcer
Providers may provide implementations of this interface to make
greeting announcements upon start.
The method provided here should not have any side-effects. In particular, this interface is not intended to manage components' life-cycles.
- Since:
- 0.8.0
- Author:
- Per Minborg
-
Method Summary
-
Method Details
-
greeting
String greeting()Returns a greeting that is to be output upon system start-up.Returning an empty String prevents output.
- Returns:
- a greeting that is to be output upon system start-up
-