forked from plusone/plusone-commons
docs: 完善项目文档 [!9 (gitee)]
修改包描述(package-info.java) 修改 README.md 添加 docs 文件夹,包含各部分功能的介绍
This commit is contained in:
9
docs/8_others.md
Normal file
9
docs/8_others.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## 8. 其它内容
|
||||
|
||||
### 8.1. IWithCode
|
||||
|
||||
对于类似枚举这样的类型,通常需要设置固定的码值表示对应的含义。 可实现 `IWithCode`、`IWithIntCode`、`IWithLongCode`,便于在需要的地方对这些接口的实现进行处理。
|
||||
|
||||
### 8.2. 正则常量
|
||||
|
||||
`RegexConsts` 包含常见正则表达式;`PatternConsts` 包含对应的 `Pattern` 对象
|
||||
Reference in New Issue
Block a user