# wesleyUtil **Repository Path**: weixin.com/wesleyUtil ## Basic Information - **Project Name**: wesleyUtil - **Description**: 常用类集合 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wesleyUtil 常用类集合 # excel包 1. 利用反射,自定义注解 ,策略模式 2. 在field使用的时候,为了减少代码量,可以使用field.get(),但是如果变量是私有 那么就会报错。如下开启权限 `field.setAccessible(true);`