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

ch.softappeal.yass.core.remote.OneWay Maven / Gradle / Ivy

package ch.softappeal.yass.core.remote;

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;

/**
 * Marks oneWay methods.
 * @see MethodMapper.Mapping#oneWay
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface OneWay {
    // empty
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy