Uses of Interface
com.wpollock.manualdidemo.GreetingService
-
-
Uses of GreetingService in com.wpollock.manualdidemo
Classes in com.wpollock.manualdidemo that implement GreetingService Modifier and Type Class Description classGreetingServiceImplFields in com.wpollock.manualdidemo declared as GreetingService Modifier and Type Field Description GreetingServiceConstructorInjectedController. greetingServiceGreetingServicePropInjectedController. greetingServiceGreetingServiceSetterInjectedController. greetingServiceMethods in com.wpollock.manualdidemo that return GreetingService Modifier and Type Method Description GreetingServiceConstructorInjectedController. getGreetingService()GreetingServicePropInjectedController. getGreetingService()GreetingServiceSetterInjectedController. getGreetingService()Methods in com.wpollock.manualdidemo with parameters of type GreetingService Modifier and Type Method Description voidSetterInjectedController. setGreetingService(GreetingService greetingService)Constructors in com.wpollock.manualdidemo with parameters of type GreetingService Constructor Description ConstructorInjectedController(GreetingService greetingService)
-