/*
 * JBoss, the OpenSource EJB server
 * 
 * Distributable under LGPL license. See terms of license at gnu.org.
 */
package javax.resource.spi;

/**
 * A marker interface for connections that support the lazy connection
 * enlistment optimization.
 */
public interface LazyEnlistableManagedConnection
{
}