zksite
Results
1
comments of
zksite
``` CtField field = new CtField(classPool.get(typeClazz.getName()), productField.getKey(), productSpuClass); field.setModifiers(AccessFlag.PUBLIC); ConstPool constPool = field.getFieldInfo().getConstPool(); List list = createAnnotations(field, productSpuClass, productField); AnnotationsAttribute fieldAttr = new AnnotationsAttribute(constPool, AnnotationsAttribute.visibleTag); fieldAttr.setAnnotations(list.toArray(new Annotation[list.size()])); field.getFieldInfo().addAttribute(fieldAttr); ``` Annotation...