- All Implemented Interfaces:
Banner
public class MicronautBanner
extends Object
implements Banner
Default implementation of
Banner
that prints the default Micronaut banner.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MicronautBanner
Constructor.
- Parameters:
out
- The print stream
-
Method Details
-
print
public void print()
Description copied from interface: Banner
Print the banner.
- Specified by:
print
in interface Banner