Used to mark a particular field as an accessor. This allows
two things:
Non-compliance with the get/set convention
Overriding of the auto-generated field name (e.g. a method named
"getURI" would generate (by default) a field name of "uRI". Most likely,
the desired field name was in fact "uri". This annotation allows such
field names