package org.squirrelframework.foundation.component; public interface Person { String getName(); void setName(String name); }