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

com.github.cloudyrock.dimmer.FeatureExecutor Maven / Gradle / Ivy

package com.github.cloudyrock.dimmer;

public interface FeatureExecutor {

    Object executeDimmerFeature(
            String feature,
            FeatureInvocation featureInvocation,
            MethodCaller realMethod) throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy