Uses of Class
com.sun.jersey.spi.resource.ResourceFactory

Packages that use ResourceFactory
com.sun.jersey.spi.resource Classes that define the contract for a resource provider. 
 

Uses of ResourceFactory in com.sun.jersey.spi.resource
 

Classes in com.sun.jersey.spi.resource with annotations of type ResourceFactory
 interface PerRequest
          Used to annotate resource classes that require a new instance to be used for each request.
 interface Singleton
          Used to annotate resources that should be treated as singletons