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

io.github.stylesmile.annotation.Service Maven / Gradle / Ivy

package io.github.stylesmile.annotation;

import java.lang.annotation.*;

/**
 * Service注解,标识这个类是Service层的对象
 *
 * @author Stylesmile
 */
@Documented
//作用于类上
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Service {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy