com.alibaba.cola.extension.ExtensionPointI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cola-core Show documentation
Show all versions of cola-core Show documentation
Cola framework core components
The newest version!
package com.alibaba.cola.extension;
/**
* ExtensionPointI is the parent interface of all ExtensionPoints
* 扩展点表示一块逻辑在不同的业务有不同的实现,使用扩展点做接口申明,然后用Extension(扩展)去实现扩展点。
* @author fulan.zjf 2017-10-22
*/
public interface ExtensionPointI {
}