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.AbstractLogger
          starting with 3.1M2 use SLF4J instead 
org.xwiki.component.logging.DefaultLogger
          already deprecated since 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 
 



Copyright © 2004-2012 XWiki. All Rights Reserved.