注释类型 DynamicConst.VerifyType


  • @Retention(SOURCE)
    public static @interface DynamicConst.VerifyType
    校验类型
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static int FILE
      文件类型
      static int FOLDER
      文件夹类型
      static int RES_PKG
      资源包类型
    • 字段详细资料

      • FILE

        static final int FILE
        文件类型
      • FOLDER

        static final int FOLDER
        文件夹类型
      • RES_PKG

        static final int RES_PKG
        资源包类型