public class SimpleBeanSingleton_Factory extends Object implements Factory<SimpleBeanSingleton>
| Constructor and Description |
|---|
SimpleBeanSingleton_Factory() |
| Modifier and Type | Method and Description |
|---|---|
static SimpleBeanSingleton_Factory |
create() |
SimpleBeanSingleton |
get() |
public SimpleBeanSingleton get()
get in interface javax.inject.Provider<SimpleBeanSingleton>public static SimpleBeanSingleton_Factory create()
Copyright © 2020 Treblereel. All rights reserved.