public interface EmailExpander
Modifier and Type | Interface and Description |
---|---|
static class |
EmailExpander.None |
static class |
EmailExpander.Simple |
Modifier and Type | Method and Description |
---|---|
boolean |
canExpand(String user) |
String |
expand(String user) |