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

org.lognet.springboot.grpc.GRpcGlobalInterceptor Maven / Gradle / Ivy

The newest version!
package org.lognet.springboot.grpc;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.springframework.stereotype.Component;

/** Created by jamessmith on 9/7/16. */
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Component
public @interface GRpcGlobalInterceptor {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy