首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 快速工具创建getter和setter

快速工具创建getter和setter

  • 资源大小:13.53 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 工具 getter setter 创建 快速

资 源 简 介

small command line utility to generate standard getters and setters for Java beans based on groups of variable declarations. eg: private int boo; generates: public void setBoo (int boo) { this.boo = boo; } public int getBoo () { return boo; }

文 件 列 表

boo.txt
build
classes
build.xml
README
src
com
VIP VIP
0.182594s