com.alee.utils.xml
Interface AliasProvider


public interface AliasProvider

This interface notifies that implementing class can provide its aliases through static method "provideAliases". Every implementing class should have such static method added. This interface might be used as on of the ways to provide aliases (like XStream annotations).

Author:
Mikle Garin

Field Summary
static java.lang.String methodName
           
 

Field Detail

methodName

static final java.lang.String methodName
See Also:
Constant Field Values