
as.leap.vertx.rpc.IgnoreWrapCheck Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-rpc Show documentation
Show all versions of vertx-rpc Show documentation
Wrap eventBus of vert.x 3 as transport layer for RPC invoking
package as.leap.vertx.rpc;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Created by stream.
* rpc framework do not wrap your bean with this annotation on your class.
* Default framework would check your class to determine whether wrap bean, since
* the types of parameter and return would be Map Collection or primitive.
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface IgnoreWrapCheck {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy