public class Singletons extends Object
| Constructor and Description |
|---|
Singletons() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
get(Class<T> type) |
static <T> void |
register(Class<T> type,
T instance) |
Copyright © 2015. All rights reserved.