Package org.nuiton.jaxx.runtime.spi.init
Class ComponentInitializerManager
- java.lang.Object
-
- org.nuiton.jaxx.runtime.spi.init.ComponentInitializerManager
-
@Deprecated public class ComponentInitializerManager extends Object
Deprecated.will be removed when 3.0 will be released.Created by tchemit on 14/11/17.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Field Summary
Fields Modifier and Type Field Description static ComponentInitializerManagerINSTANCEDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set<ComponentInitializer>apply(JAXXObject ui)Deprecated.static ComponentInitializerManagerget()Deprecated.
-
-
-
Field Detail
-
INSTANCE
public static final ComponentInitializerManager INSTANCE
Deprecated.
-
-
Method Detail
-
get
public static ComponentInitializerManager get()
Deprecated.
-
apply
public Set<ComponentInitializer> apply(JAXXObject ui)
Deprecated.
-
-