Method and Description |
---|
org.glassfish.hk2.internal.ActiveDescriptorBuilderImpl.buildFactory() |
org.glassfish.hk2.utilities.ActiveDescriptorBuilder.buildFactory()
Use buildProvideMethod instead
|
org.glassfish.hk2.utilities.ServiceLocatorUtilities.enableTopicDistribution(ServiceLocator)
Use ExtrasUtilities.enableTopicDistribution. This method WILL BE REMOVED
in the next version of hk2
|
org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter.getIndentStep()
Only return the length of the indent string.
|
org.glassfish.hk2.api.ServiceLocator.getService(ActiveDescriptor<T>, ServiceHandle<?>) |
org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ActiveDescriptor<T>, ServiceHandle<?>) |
org.glassfish.hk2.utilities.general.IndentingXMLStreamWriter.setIndentStep(int)
Should use the version that takes string.
|
Copyright © 2009-2017, Oracle and/or its affiliates. All Rights Reserved.