From ba2f73018a7e388613cbc7978e415e98b9b613e8 Mon Sep 17 00:00:00 2001 From: 张道锋 <1050130019@qq.com> Date: Sat, 31 Mar 2018 18:02:17 +0800 Subject: [PATCH] no message --- .gitignore | 1 + app/libs/processor.jar | Bin 4566 -> 0 bytes app/src/main/java/com/shunzhi/parent/annotation/VersionTest.java | 6 +++--- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 518fa84..596ff87 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ app/release/app-release.apk app/src/main/java/com/shunzhi/parent/DataBaseTestActivity.java app/src/main/res/layout/activity_data_base_test.xml +buildData.txt diff --git a/app/libs/processor.jar b/app/libs/processor.jar index 6bc1791..486ef7a 100644 Binary files a/app/libs/processor.jar and b/app/libs/processor.jar differ diff --git a/app/src/main/java/com/shunzhi/parent/annotation/VersionTest.java b/app/src/main/java/com/shunzhi/parent/annotation/VersionTest.java index 4e171da..7c38bb6 100644 --- a/app/src/main/java/com/shunzhi/parent/annotation/VersionTest.java +++ b/app/src/main/java/com/shunzhi/parent/annotation/VersionTest.java @@ -3,12 +3,12 @@ package com.shunzhi.parent.annotation; import org.shunzhi.processorlibs.AddColumn; public class VersionTest { - @AddColumn(version = 3, tableName = "test", type = "String", isDebug = true) + @AddColumn(version = 3, tableName = "test", type = "String") private String name; - @AddColumn(version = 3, tableName = "test", type = "Integer", isDebug = true) + @AddColumn(version = 3, tableName = "test", type = "Integer") Integer age; - @AddColumn(version = 3, tableName = "test", type = "Boolean", isDebug = true) + @AddColumn(version = 3, tableName = "test", type = "Boolean") Boolean area; } -- libgit2 0.21.0