Deprecated API


Contents
Deprecated Interfaces
org.xwiki.component.phase.LogEnabled
          starting with 3.1M2 use javax.inject.Inject annotation to get injected a SLF4J Logger instead 
org.xwiki.component.logging.Logger
          starting with 3.1M2 use SLF4J instead 
 

Deprecated Classes
org.xwiki.component.logging.AbstractLogEnabled
          starting with 3.1M2 use javax.inject.Inject annotation to get injected a SLF4J Logger instead 
org.xwiki.component.logging.VoidLogger
          starting with 3.1M2 use SLF4J's NOPLogger instead: org.slf4j.helpers.NOPLogger#NOP_LOGGER 
 

Deprecated Annotation Types
org.xwiki.component.annotation.Requirement
          starting with 3.1M1 use the JSR330 Inject and Named annotations instead 
 

Deprecated Methods
org.xwiki.component.manager.CompatibilityComponentManager.getComponentDescriptor(Class, String)
          since 4.0M1 use #getComponentDescriptor(Type, String) instead 
org.xwiki.component.manager.CompatibilityComponentManager.hasComponent(Class)
          since 4.0M1 use #hasComponent(Type) instead 
org.xwiki.component.manager.CompatibilityComponentManager.hasComponent(Class, String)
          since 4.0M1 use #hasComponent(Type, String) instead 
org.xwiki.component.manager.CompatibilityComponentManager.lookup(Class)
          since 4.0M1 use #getInstance(java.lang.reflect.Type) instead 
org.xwiki.component.manager.CompatibilityComponentManager.lookup(Class, String)
          since 4.0M1 use #getInstance(java.lang.reflect.Type, String) instead 
org.xwiki.component.manager.CompatibilityComponentManager.lookupList(Class)
          since 4.0M1 use #getInstanceList(java.lang.reflect.Type) instead 
org.xwiki.component.manager.CompatibilityComponentManager.lookupMap(Class)
          since 4.0M1 use #getInstanceMap(java.lang.reflect.Type) instead 
org.xwiki.component.manager.CompatibilityComponentManager.unregisterComponent(Class, String)
          since 4.0M1 use #unregisterComponent(Type, String) instead 
 



Copyright © 2004-2012 XWiki. All Rights Reserved.