All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pub.codex.apix.operation.OperationBuilderPlugin Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package pub.codex.apix.operation;


import pub.codex.apix.context.OperationContext;


/**
 * 读取内容应用器
 */
public interface OperationBuilderPlugin {

    void apply(OperationContext context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy