In Apache DeltaSpike you can define an interface which gets automatically provided as accessor for configured values
http://deltaspike.apache.org/documentation/configuration.html#_interface_based_configuration
It's basically the approach first seen in Owner.
You simply write an interface and the getters automatically get implemented to look up a configured value.
Are we interested in providing such a mechanism in JSR-382?