
com.github.houbb.heaven.annotation.env.Prod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of heaven Show documentation
Show all versions of heaven Show documentation
Collect base useful tools for dev.
The newest version!
package com.github.houbb.heaven.annotation.env;
import java.lang.annotation.*;
/**
* 开发环境
* 1. 表示当前方法性能安全性各方面达标,可以用于生产环境。
* @author binbin.hou
* @since 0.1.10
*/
@Inherited
@Documented
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Prod {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy