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