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

@ConfigurationProperties("app.config.business") @Validated public class BusinessProperties extends Object
  • Field Details

    • name

      @NotNull private final @NotNull String name
    • streetAddress

      @NotNull private final @NotNull String streetAddress
    • city

      @NotNull private final @NotNull String city
    • state

      @NotNull private final @NotNull String state
    • zipCode

      @NotNull private final @NotNull String zipCode
    • notes

      private final String notes
  • Constructor Details