InheritanceValueMap.java 381 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.api.resource.ValueMap
 */
package com.day.cq.commons.inherit;

import org.apache.sling.api.resource.ValueMap;

public interface InheritanceValueMap
extends ValueMap {
    public <T> T getInherited(String var1, Class<T> var2);

    public <T> T getInherited(String var1, T var2);
}