diff --git a/annotation/pom.xml b/annotation/pom.xml
new file mode 100644
index 0000000..53c8694
--- /dev/null
+++ b/annotation/pom.xml
@@ -0,0 +1,13 @@
+
+
+ 4.0.0
+
+ Testable
+ Unit test enhancement toolkit
+ com.alibaba.testable
+ annotation
+ 0.0.3-SNAPSHOT
+
+
diff --git a/core/src/main/java/com/alibaba/testable/annotation/EnableTestableInject.java b/annotation/src/main/java/com/alibaba/testable/annotation/EnableTestableInject.java
similarity index 100%
rename from core/src/main/java/com/alibaba/testable/annotation/EnableTestableInject.java
rename to annotation/src/main/java/com/alibaba/testable/annotation/EnableTestableInject.java
diff --git a/pom.xml b/pom.xml
index 09fbd31..a43105b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,7 @@
agent
+ annotation
core