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

as.leap.vertx.rpc.IgnoreWrapCheck Maven / Gradle / Ivy

There is a newer version: 3.3.8
Show newest version
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