gsrs.EnableGsrsLegacyPayload Maven / Gradle / Ivy
The newest version!
package gsrs;
import gsrs.payload.GsrsLegacyPayloadSelector;
import org.springframework.context.annotation.Import;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Import( { GsrsLegacyPayloadSelector.class})
public @interface EnableGsrsLegacyPayload {
}