/** * Reserved for {@link BeanGenerator}. */ protected EnumConstantOutline(CEnumConstant target, JEnumConstant constRef) { this.target = target; this.constRef = constRef; }