package net.ptnkjke.jbeditor.gui.main.constantpanes.constantpane_fieldref; import org.apache.bcel.classfile.ConstantFieldref; /** * Created by Lopatin on 16.07.2014. */ public class Controller { private ConstantFieldref constant; public void setConstant(ConstantFieldref constant) { this.constant = constant; } }