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

io.github.quickmsg.common.spi.Spi Maven / Gradle / Ivy

The newest version!
package io.github.quickmsg.common.spi;

import java.lang.annotation.*;

/**
 * @author luxurong
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface Spi {

    String type();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy