All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.micronaut.starter.cli.feature.grpc.template.groovyService.rocker.raw Maven / Gradle / Ivy

There is a newer version: 3.10.1
Show newest version
@import io.micronaut.starter.application.Project

@args (
Project project
)

@if (project.getPackageName() != null) {
package @project.getPackageName()
}


import javax.inject.Singleton

@@Singleton
class @project.getClassName() extends @project.getClassName()[email protected]()ImplBase {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy