new annotation

master
2290867136 2 years ago
parent a1b8d95cef
commit a1ea0ae08a

@ -13,7 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
//简介定义了很多的静态字符串目的就是为了提供jsonObject中相应字符串的"key"。
//把这些静态的定义单独写到了一个类里面
package net.micode.notes.tool;
public class GTaskStringUtils {
@ -110,4 +111,5 @@ public class GTaskStringUtils {
public final static String META_NOTE_NAME = "[META INFO] DON'T UPDATE AND DELETE";
}
}//这个类就是定义了一堆static string实际就是为jsonObject提供Key
//把这些定义全部写到一个类里,方便查看管理

Loading…
Cancel
Save