public interface OwLoader<T>
Interface for loading instances of a type. Defining one method which will be used to create corresponding type. Behavior can be different/implementation specific, either loading will generate always a new instance ("factory" pattern) or it will lazy load an instance ("singelton" pattern).
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
T load()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.