Package io.micronaut.grpc.annotation
Annotation Interface GrpcService
@Documented
@Retention(RUNTIME)
@Singleton
@Target({ANNOTATION_TYPE,TYPE})
public @interface GrpcService
A meta annotation for annotation GRPC services. Note that annotation is more
for documentation purposes and not strictly necessary.
- Since:
- 1.0
- Author:
- graemerocher