cyberborean / rdfbeans

Java persistence with RDF
Other
11 stars 12 forks source link

Enable Annotations "everywhere", clean up RDFBeanInfo a bit #17

Closed wherget closed 8 years ago

wherget commented 8 years ago

This fixes #11, enabling:

(as witnessed by the included unit test)

This PR furthermore adds a few Generic specifiers (usually <?>) and drops a few explicit casts (which were not needed anymore after improving the type information).