package com.feth.play.module.pa.user; public interface NameIdentity { String getName(); }