Class ExtensionRegister
- java.lang.Object
-
- com.alibaba.cola.extension.register.ExtensionRegister
-
@Component public class ExtensionRegister extends Object
ExtensionRegister- Author:
- fulan.zjf 2017-11-05
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXTENSION_EXTPT_NAMING
-
Constructor Summary
Constructors Constructor Description ExtensionRegister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoRegistration(ExtensionPointI extensionObject)
-
-
-
Field Detail
-
EXTENSION_EXTPT_NAMING
public static final String EXTENSION_EXTPT_NAMING
- See Also:
- Constant Field Values
-
-
Method Detail
-
doRegistration
public void doRegistration(ExtensionPointI extensionObject)
-
-