package org.alfresco.web.data; /** * Interface marker used to indicate that a property is resolved at runtime * * @author Kevin Roast */ public interface DynamicResolver { }