public interface Instance<T>
Modifier and Type | Method and Description |
---|---|
T |
get()
Return the instance, the same instance should be returned, however it can lazily be created.
|
<T> T |
resolve(Class<T> type)
Resolve the specified contextual type to an instance or return null if no object able
to satisfy the class type was resolved.
|
Copyright © 2015 eXo Platform SAS. All Rights Reserved.