![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.core.spi.SPI Maven / Gradle / Ivy
package com.github.ltsopensource.core.spi;
import java.lang.annotation.*;
/**
* @author Robert HG ([email protected])on 12/23/15.
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface SPI {
/**
* config中的键值
*/
String key() default "";
/**
* 默认扩展实现
*/
String dftValue() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy