tech.jhipster.lite.module.domain.postaction.RunnableInContext Maven / Gradle / Ivy
package tech.jhipster.lite.module.domain.postaction;
@FunctionalInterface
public interface RunnableInContext {
void run(JHipsterModuleExecutionContext context);
}
package tech.jhipster.lite.module.domain.postaction;
@FunctionalInterface
public interface RunnableInContext {
void run(JHipsterModuleExecutionContext context);
}