P - the type of the products to create.public interface Factory<P>
extends javax.inject.Provider<P>
Implementations should be thread-safe.
| Modifier and Type | Method and Description |
|---|---|
P |
get()
Returns a new product upon each call.
|
Copyright © 2012–2016 Schlichtherle IT Services. All rights reserved.