org.milyn.javabean.factory
Interface Factory<T>

All Known Implementing Classes:
MVELFactory

public interface Factory<T>

The factory can create new objects of a certain type.

Author:
maurice.zeijen@smies.com

Method Summary
 T create(org.milyn.container.ExecutionContext executionContext)
           
 

Method Detail

create

T create(org.milyn.container.ExecutionContext executionContext)


Copyright © 2018. All rights reserved.