You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 4, 2026. It is now read-only.
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?
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?