Commit c78de7bc authored by yihua.huang's avatar yihua.huang

update notnull default to false

parent f76def23
...@@ -20,7 +20,7 @@ public @interface ExtractBy { ...@@ -20,7 +20,7 @@ public @interface ExtractBy {
Type type() default Type.XPath; Type type() default Type.XPath;
boolean notNull() default true; boolean notNull() default false;
boolean multi() default false; boolean multi() default false;
......
...@@ -20,7 +20,7 @@ public @interface ExtractByRaw { ...@@ -20,7 +20,7 @@ public @interface ExtractByRaw {
Type type() default Type.XPath; Type type() default Type.XPath;
boolean notNull() default true; boolean notNull() default false;
boolean multi() default false; boolean multi() default false;
......
...@@ -16,7 +16,7 @@ public @interface ExtractByUrl{ ...@@ -16,7 +16,7 @@ public @interface ExtractByUrl{
String value() default ""; String value() default "";
boolean notNull() default true; boolean notNull() default false;
boolean multi() default false; boolean multi() default false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment