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