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

com.taobao.arthas.grpc.server.handler.annotation.GrpcService Maven / Gradle / Ivy

The newest version!
package com.taobao.arthas.grpc.server.handler.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * @author: FengYe
 * @date: 2024/9/6 01:57
 * @description: GrpcService
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface GrpcService {
    String value() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy