Class HelloBean


  • @Component
    public class HelloBean
    extends java.lang.Object
    Hello Spring bean.
    Author:
    Daniel Sagenschneider
    • Constructor Summary

      Constructors 
      Constructor Description
      HelloBean()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIntroduction()  
      • Methods inherited from class java.lang.Object

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

      • HelloBean

        public HelloBean()
    • Method Detail

      • getIntroduction

        public java.lang.String getIntroduction()