use of ee.jakarta.tck.ws.rs.ee.rs.core.application.ApplicationHolderSingleton in project jaxrs-api by eclipse-ee4j.
the class TSAppConfig method getSingletons.
@Override
public Set<Object> getSingletons() {
Set<Object> singletons = new HashSet<Object>();
singletons.add(EnumProvider.CTS);
singletons.add(new ReadableWritableEntity(""));
singletons.add(new ApplicationHolderSingleton(this));
return singletons;
}
Aggregations