添加 Overridable 注解。

feature/net-util
ZhouXY108 2023-04-29 17:10:48 +08:00
parent d8d4e22e8f
commit fc848eadc8
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package xyz.zhouxy.plusone.commons.annotation;
/**
* final
*
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
* @since 0.1.0
*/
public @interface Overridable {
}