Skip to content

Latest commit

 

History

History
 
 

announcer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Announcer

Start-up messages for features.

Info

Property Value

JPMS Module

jpastreamer.announcer

artifactId

jpastreamer.announcer

Summary

Announcer allows feature libraries to announce themselves upon start-up. A provided just provides an implementation of the following class:

public interface Announcer {

    /**
     * Returns a greeting that is to be output upon
     * system start-up.
     * <p>
     * Returning an empty String prevents output.
     *
     * @return a greeting that is to be output upon
     *         system start-up
     */
    String greeting();

}

Details

None

Contents

Table of Contents