com.alibaba.rsocket.RSocketServiceInterface Maven / Gradle / Ivy
package com.alibaba.rsocket;
import java.lang.annotation.*;
/**
* RSocket Service interface annotation, and indicate interface as RSocket Service
*
* @author leijuan
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface RSocketServiceInterface {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy