优化命名规范

This commit is contained in:
Redkale
2022-12-16 09:52:34 +08:00
parent d4def48c99
commit 8fd679d21f
10 changed files with 36 additions and 33 deletions

View File

@@ -36,6 +36,8 @@ public @interface Resource {
* 是否必须存在
*
* @return boolean
*
* @since 2.8.0
*/
public boolean required() default false;