ConnectionAllocator.java 147 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.service;

public interface ConnectionAllocator {
    public Object allocateConnection();
}