Klasse BasicApplication<C extends AbstractBackendClient<C,S>, S>

java.lang.Object
ch.nolix.system.application.main.Application<C,S>
ch.nolix.system.application.main.BasicApplication<C,S>
Typparameter:
C - is the type of the AbstractBackendClients of a BasicApplication.
S - is the type of the application service of a BasicApplication.
Alle implementierten Schnittstellen:
IApplication<C,S>

public final class BasicApplication<C extends AbstractBackendClient<C,S>, S> extends Application<C,S>
Autor:
Silvan Wyss