beanknife icon indicating copy to clipboard operation
beanknife copied to clipboard

An annotation processor library to automatically generate the data transfer objects (DTO).

Results 3 beanknife issues
Sort by recently updated
recently updated
newest added

### Issue: The initial build works fine. However after changing a beanknife config class (adding a space is enough) and building again, two problems occur: 1. For the edited config...

能否生成的字段加上注释,这样类似smart-doc这样的插件可以生成api文档。 public void printField(@NonNull PrintWriter writer, @NonNull Context context, String indent, int indentNum) { Utils.printIndent(writer, indent, indentNum); Utils.printComment(writer, comment, true, indent, indentNum);

Eclipse中调用GeneratedMetaProcessor时,Tree.instance方法异常。 Eclipse中传入的processingEnvironment对象为org.eclipse.jdt.internal.apt.pluggable.core.dispatch.IdeBuildProcessingEnvImpl 是否有计划支持?