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

com.github.wzc789376152.springboot.annotation.OpenRestController Maven / Gradle / Ivy

The newest version!
package com.github.wzc789376152.springboot.annotation;

import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.RestController;

import java.lang.annotation.*;

@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@RestController
@Documented
@Component
public @interface OpenRestController {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy