java.lang.Object
info.ejava.examples.app.config.configproperties.properties.AddressProperties

public class AddressProperties extends Object
  • Field Details

    • street

      private final String street
    • city

      @NotNull private final @NotNull String city
    • state

      @NotNull private final @NotNull String state
    • zip

      @NotNull private final @NotNull String zip
  • Constructor Details