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

com.github.ji4597056.EnableWsForward Maven / Gradle / Ivy

The newest version!
package com.github.ji4597056;

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;
import org.springframework.context.annotation.Import;

/**
 * set up websocket forward configuration
 *
 * @author Jeffrey
 * @see WsForwardConfiguration
 * @since 2017/12/04 10:35
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import(WsForwardConfiguration.class)
public @interface EnableWsForward {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy