com.kuaishou.business.extension.spring.annotations.KExtPointInvoke 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 org.springframework.beans.factory.annotation.Autowired;
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface KExtPointInvoke {
String defaultImpl() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy