In RdfProperty the example:
* <code>
* @RdfBean("http://example.org/demo#hasFriend")
* public getFriends() { ...
* </code>
should be changed into:
* <code>
* @RdfProperty("http://example.org/demo#hasFriend")
* public Friend[] getFriends() { ...
* </code>
HTH,
Maciej
Original issue reported on code.google.com by mgawine...@gmail.com on 21 May 2008 at 12:03
Original issue reported on code.google.com by
mgawine...@gmail.com
on 21 May 2008 at 12:03