Specifies the name of the environment variable to bind to a field.
This annotation allows you to map a field to an environment variable with a different name.
Example of usage:
public class Config { private String host; }