com.zhaofujun.nest.spring.AppService Maven / Gradle / Ivy
package com.zhaofujun.nest.spring;
import org.springframework.stereotype.Service;
import java.lang.annotation.*;
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Service
public @interface AppService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy