public class PublicConstructorWithDependencyDemo extends java.lang.Object
private Service
service
PublicConstructorWithDependencyDemo(Service service)
void
aMethod()
Service
getService()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Service service
public PublicConstructorWithDependencyDemo(Service service)
public Service getService()
public void aMethod()