org.sonatype.sisu.goodies.marshal.internal.xstream
Class XstreamProvider

java.lang.Object
  extended by org.sonatype.sisu.goodies.marshal.internal.xstream.XstreamProvider
All Implemented Interfaces:
javax.inject.Provider<com.thoughtworks.xstream.XStream>

@Named
public class XstreamProvider
extends Object
implements javax.inject.Provider<com.thoughtworks.xstream.XStream>

XStream provider.

Since:
1.0

Constructor Summary
XstreamProvider()
           
 
Method Summary
 com.thoughtworks.xstream.XStream get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XstreamProvider

public XstreamProvider()
Method Detail

get

public com.thoughtworks.xstream.XStream get()
Specified by:
get in interface javax.inject.Provider<com.thoughtworks.xstream.XStream>


Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.