Class HelloWorldMessageProvider

java.lang.Object
org.apache.juneau.examples.rest.springboot.HelloWorldMessageProvider
All Implemented Interfaces:
Supplier<String>

public class HelloWorldMessageProvider extends Object implements Supplier<String>
An example of a Spring bean that can be used for injecting messages into HelloWorldResource.
See Also: