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

org.minbox.framework.api.boot.autoconfigure.quartz.PropKey Maven / Gradle / Ivy

There is a newer version: 2.3.11
Show newest version
package org.minbox.framework.api.boot.autoconfigure.quartz;

import java.lang.annotation.*;

/**
 * Prop Key
 *
 * @author:恒宇少年 - 于起宇
 * 

* DateTime:2019-03-30 17:17 * Blog:http://blog.yuqiyu.com * WebSite:http://www.jianshu.com/u/092df3f77bca * Gitee:https://gitee.com/hengboy * GitHub:https://github.com/hengboy */ @Target({ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface PropKey { String value(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy