Interface and Description |
---|
org.glassfish.hk2.bootstrap.DescriptorFileFinder
use
DescriptorFileFinder instead |
org.glassfish.hk2.bootstrap.PopulatorPostProcessor
use
PopulatorPostProcessor instead |
Class and Description |
---|
org.glassfish.hk2.bootstrap.impl.ClasspathDescriptorFileFinder
Use org.glassfish.hk2.utilities.ClasspathDescriptorFileFinder
|
com.sun.enterprise.module.bootstrap.ContextDuplicatePostProcessor
Use DuplicatePostProcessor instead
|
com.sun.enterprise.tools.apt.ServiceAnnotationProcessor
Not used.
|
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.jvnet.hk2.config.IndentingXMLStreamWriter.getIndentStep()
Only return the length of the indent string.
|
org.jvnet.hk2.config.DomDocument.getModel(Class) |
org.glassfish.hk2.api.ServiceLocator.getService(ActiveDescriptor<T>, ServiceHandle<?>) |
org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ActiveDescriptor<T>, ServiceHandle<?>) |
org.jvnet.hk2.config.IndentingXMLStreamWriter.setIndentStep(int)
Should use the version that takes string.
|
Constructor and Description |
---|
org.glassfish.hk2.classmodel.reflect.ArchiveAdapter.Entry(String, long, boolean)
Use the other constructor, isDirectory is not used
|
org.jvnet.hk2.config.UnsatisfiedDependencyException(AnnotatedElement) |
Copyright © 2009–2016 Oracle Corporation. All rights reserved.