com.github.cloudyrock.dimmer.FeatureExecutor Maven / Gradle / Ivy
package com.github.cloudyrock.dimmer;
interface FeatureExecutor {
Object executeDimmerFeature(
String feature,
FeatureInvocation featureInvocation,
MethodCaller realMethod) throws Throwable;
}