DATATYPE - The type of object to create.PARAMTYPE - The type of the parameter.public interface IFactoryWithParameter<DATATYPE,PARAMTYPE>
@DevelopersNote(value="No @Nullable annotation as we can make no assumptions on the state") DATATYPE create(PARAMTYPE aParameter)
aParameter - The parameter required to create the object. May be
null depending on the implementation.null depending on the
implementation.Copyright © 2006–2015 phloc systems. All rights reserved.