public interface Createable
Createable
is an object that can create an instance of itself given
parameters from a properties file (Param
s). A class that
implements this interface must also define a no-arg constructor.Object create(Map params) throws JWNLException
JWNLException