Class AIPlayerProperties


  • @Component
    @PropertySource("classpath:application.properties")
    @ConfigurationProperties(prefix="aiplayer")
    public class AIPlayerProperties
    extends java.lang.Object
    Author:
    Andi Hotz, (c) Sahits GmbH, 2018 Created on May 22, 2018
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lowMoney

        private int lowMoney
      • loanPaybackLimit

        private int loanPaybackLimit
    • Constructor Detail

      • AIPlayerProperties

        public AIPlayerProperties()