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 
 

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

Deprecated Annotation Type Elements
org.xwiki.component.annotation.Requirement.role
          since 2.7RC1 generic types are guessed too 
org.xwiki.component.annotation.Component.value
          since 3.1M1 use the @Named annotation instead 
 



Copyright © 2004-2011 XWiki. All Rights Reserved.