spring-framework / org.springframework.beans.factory.serviceloader / ServiceFactoryBean / <init>

<init>

ServiceFactoryBean()

org.springframework.beans.factory.FactoryBean that exposes the 'primary' service for the configured service class, obtained through the JDK 1.6 java.util.ServiceLoader facility.

Author
Juergen Hoeller

Since
2.5

See Also
java.util.ServiceLoader