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

com.zhaofujun.nest.spring.AppService Maven / Gradle / Ivy

There is a newer version: 2.2.12
Show newest version
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