Get rid of the boilerplate code in properties based configuration.
The OWNER API is designed to simplify the usage of Java property files for application configuration. It aims to minimize the amount of code required to handle these configuration files. With the OWNER API, you can define a Java interface associated with a properties file, allowing for easy access and mapping of properties into your code.