package org.sculptor.framework.domain; import java.io.Serializable; public interface Property<T> extends Serializable { String getName(); }