Class ServiceExampleImpl

  • All Implemented Interfaces:
    ServiceExample

    @Service
    public final class ServiceExampleImpl
    extends Object
    implements ServiceExample
    Example implementation of the example service. Spring annotations will require the injection of a ConcreteExample instance, whose name will be returned by getOtherName().
    Author:
    Aaron Zeckoski (azeckoski @ gmail.com)
    • Constructor Detail

      • ServiceExampleImpl

        public ServiceExampleImpl()
    • Method Detail

      • setConcreteExample

        @Autowired(required=true)
        public void setConcreteExample​(ConcreteExample concreteExample)
      • setName

        public void setName​(String name)