6
7 @ApplicationScoped
8 class SourceSetFaker {
9 fun greetOnStartup(@Observes startupEvent: StartupEvent) = "Hello from Quarkus!"
10 }
7 @ApplicationScoped
8 class SourceSetFaker {
9 fun greetOnStartup(@Observes startupEvent: StartupEvent) = "Hello from Quarkus!"
10 }
6
7 @ApplicationScoped
8 class SourceSetFaker {
9 fun greetOnStartup(@Observes startupEvent: StartupEvent) = "Hello from Quarkus!"
10 }