![JAR search and dependency download from the Maven repository](/logo.png)
com.netflix.fabricator.guice.mapping.PropertyInjectionStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabricator-guice Show documentation
Show all versions of fabricator-guice Show documentation
fabricator-guice developed by Netflix
package com.netflix.fabricator.guice.mapping;
import com.netflix.fabricator.ConfigurationNode;
/**
* Created by hyuan on 1/16/14.
*/
public interface PropertyInjectionStrategy {
PropertyInjectionStrategy addStrategy(BindingReslove concretePropertyInjectionImpl);
boolean execute(String name, Object targetObj, ConfigurationNode node) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy