Add module Injector

This commit is contained in:
IzzelAliz
2019-07-10 22:03:31 +08:00
parent 10279f34ad
commit 577f384fd3
5 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
package io.izzel.common.inject;
public @interface Inject {
}