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

hu.akarnokd.reactive.rpc.RsRpc Maven / Gradle / Ivy

The newest version!
package hu.akarnokd.reactive.rpc;

import java.lang.annotation.*;

/**
 * Indicates a public method is a service with possible function name.
 * 

Can be applied to incoming and outgoing service interfaces. */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface RsRpc { String name() default ""; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy