package org.squirrelframework.foundation.component; public interface Programmer extends Person { String getLanguage(); }