4 changed files with 81 additions and 3 deletions
@ -0,0 +1,30 @@
@@ -0,0 +1,30 @@
|
||||
{ |
||||
"groups": [ |
||||
{ |
||||
"name": "", |
||||
"type": "org.acme.Foo", |
||||
"sourceType": "org.acme.config.FooApp", |
||||
"sourceMethod": "foo()", |
||||
"description": "This is Foo." |
||||
}, |
||||
{ |
||||
"name": "", |
||||
"type": "org.acme.Bar", |
||||
"sourceType": "org.acme.config.FooApp", |
||||
"sourceMethod": "bar()", |
||||
"description": "This is Bar." |
||||
} |
||||
], |
||||
"properties": [ |
||||
{ |
||||
"name": "name", |
||||
"type": "java.lang.String", |
||||
"sourceType": "org.acme.Foo" |
||||
}, |
||||
{ |
||||
"name": "title", |
||||
"type": "java.lang.String", |
||||
"sourceType": "org.acme.Bar" |
||||
} |
||||
] |
||||
} |
||||
Loading…
Reference in new issue