dashboard
repositories
filestore
activity
search
login
main
/
matrix-codeGenerator
matrix-codeGenerator
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
init
Helius
2021-02-26
de04085526eda992155716eda98af621ad681e4e
[matrix-codeGenerator.git]
/
src
/
main
/
java
/
com
/
matrix
/
codeGeneration
/
model
/
TypeHandle.java
1
2
3
4
5
6
7
8
9
package com.matrix.codeGeneration.model;
/**
* 类型处理器
* @author Matrix-j
*
*/
public interface TypeHandle {
}