public final class SingletonEnforcer extends Object
Modifier and Type | Method and Description |
---|---|
static void |
deregister(Class<?> theClass,
Object theInstance) |
static <T> T |
get(Class<T> theClass) |
static void |
register(Class<?> theClass,
Object theInstance) |
Copyright © 2018. All rights reserved.