// otherwise, no value semantic
return null;
}
protected ValueSemanticsProviderContext createValueSemanticsProviderContext() {
return new ValueSemanticsProviderContext(getAuthenticationSessionProvider(), getSpecificationLookup(),
getAdapterManager(), getDependencyInjector());
}