com.kuaishou.business.extension.spring.annotations.KSessionAround Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kbf-spring-extension Show documentation
Show all versions of kbf-spring-extension Show documentation
kwai-business-extension-framwork
The newest version!
package com.kuaishou.business.extension.spring.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import com.kuaishou.business.core.context.DefaultKBizContext;
import com.kuaishou.business.core.context.KBizContext;
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface KSessionAround {
Class extends KBizContext> bizContextType() default DefaultKBizContext.class;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy