AttachAPIResolver.java 277 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  javax.annotation.Nullable
 */
package com.adobe.cq.deserfw.api;

import javax.annotation.Nullable;

public interface AttachAPIResolver {
    @Nullable
    public Class<?> getAttachAPIClass();
}