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

toothpick.compiler.memberinjector.targets.FieldInjectionTarget Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package toothpick.compiler.memberinjector.targets;

import javax.lang.model.element.TypeElement;
import toothpick.compiler.common.generators.targets.ParamInjectionTarget;

public final class FieldInjectionTarget extends ParamInjectionTarget {
  public FieldInjectionTarget(TypeElement memberClass, String memberName, Kind kind, TypeElement kindParamClass, Object name) {
    super(memberClass, memberName, kind, kindParamClass, name);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy