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 © 2014–2015 Philip Helger. All rights reserved.