Location.java
338 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
*/
package com.day.cq.personalization;
import aQute.bnd.annotation.ProviderType;
@ProviderType
public interface Location {
public String getName();
public String getPath();
public String getPagePath();
}