package ru.naumen.gintonic.guice.statements; /** * <h5>Example:</h5> * * <pre> * <code> * bindConstant(). * annotatedWith(SoftwareVersion.class). * to("1.1.0"); * </code> * </pre> * * @author tmajunke * */ public class ConstantBindingStatement extends LinkedBindingStatement { private static final long serialVersionUID = 7297763244222135900L; }