cyberborean / rdfbeans

Java persistence with RDF
Other
11 stars 12 forks source link

Annotations everywhere #11

Closed wherget closed 8 years ago

wherget commented 8 years ago

Right now, the @RDF or @RDFSubject annotation need to be on the getter of a property. It would be much more convenient if they could also be on the field or setter.

wherget commented 8 years ago

I knew I was forgetting something when I filed this issue. @RDFNamespaces should also be possible on a package. Although I'm not yet sure whether only the containing package of a given class should be considered, or if namespaces should be aggregated up the package tree.