package org.uberfire.annotations.processors; import com.google.gwt.user.client.ui.SimplePanel; import org.uberfire.client.annotations.WorkbenchPartTitle; import org.uberfire.client.annotations.WorkbenchScreen; @WorkbenchScreen(identifier = "test6") public class WorkbenchScreenTest6 extends SimplePanel { @WorkbenchPartTitle public String getTitle() { return "title"; } }