Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webmagic
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
沈俊林
webmagic
Commits
c78de7bc
Commit
c78de7bc
authored
Aug 08, 2013
by
yihua.huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update notnull default to false
parent
f76def23
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ExtractBy.java
...ava/us/codecraft/webmagic/model/annotation/ExtractBy.java
+1
-1
ExtractByRaw.java
.../us/codecraft/webmagic/model/annotation/ExtractByRaw.java
+1
-1
ExtractByUrl.java
.../us/codecraft/webmagic/model/annotation/ExtractByUrl.java
+1
-1
No files found.
webmagic-extension/src/main/java/us/codecraft/webmagic/model/annotation/ExtractBy.java
View file @
c78de7bc
...
...
@@ -20,7 +20,7 @@ public @interface ExtractBy {
Type
type
()
default
Type
.
XPath
;
boolean
notNull
()
default
tru
e
;
boolean
notNull
()
default
fals
e
;
boolean
multi
()
default
false
;
...
...
webmagic-extension/src/main/java/us/codecraft/webmagic/model/annotation/ExtractByRaw.java
View file @
c78de7bc
...
...
@@ -20,7 +20,7 @@ public @interface ExtractByRaw {
Type
type
()
default
Type
.
XPath
;
boolean
notNull
()
default
tru
e
;
boolean
notNull
()
default
fals
e
;
boolean
multi
()
default
false
;
...
...
webmagic-extension/src/main/java/us/codecraft/webmagic/model/annotation/ExtractByUrl.java
View file @
c78de7bc
...
...
@@ -16,7 +16,7 @@ public @interface ExtractByUrl{
String
value
()
default
""
;
boolean
notNull
()
default
tru
e
;
boolean
notNull
()
default
fals
e
;
boolean
multi
()
default
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment