dashboard
repositories
filestore
activity
search
login
main
/
matrix-codeGenerator
matrix-codeGenerator
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2021-02-26
9ef9c3117e0a2850972c13055d52b6a9a772ad86
[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 {
}