Package thewebsemantic
Annotation Type RdfProperty
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface RdfProperty
@RdfProperty is usefull when you need to map a bean property to a particular RDF property. It is used to annotate java bean properties via their getter method.@RdfBean("http://example.org/demo#hasFriend") public getFriends() { ...