Skip to content

Commit 0d12156

Browse files
committed
Add Javadoc comments to SpringApplicationBannerPrinter
1 parent 46ea2b3 commit 0d12156

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/SpringApplicationBannerPrinter.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
import org.springframework.aot.hint.RuntimeHintsRegistrar;
2121
import org.springframework.core.env.Environment;
2222

23+
/**
24+
* Interface class used to print the application banner.
25+
*
26+
* @author Phillip Webb
27+
* @author Junhyung Park
28+
* @since 3.4.0
29+
*/
2330
public interface SpringApplicationBannerPrinter {
2431

2532
String BANNER_LOCATION_PROPERTY = "spring.banner.location";

0 commit comments

Comments
 (0)