diff --git a/README.md b/README.md index 4e0aaa6..5eb608a 100644 --- a/README.md +++ b/README.md @@ -149,9 +149,11 @@ BRTestReflection是程序自动生成的类,生成规则是BR + ClassName @top.niunaijun.blackreflection.annotation.BField.* ; @top.niunaijun.blackreflection.annotation.BFieldNotProcess.* ; @top.niunaijun.blackreflection.annotation.BFieldSetNotProcess.* ; + @top.niunaijun.blackreflection.annotation.BFieldCheckNotProcess.* ; @top.niunaijun.blackreflection.annotation.BMethod.* ; @top.niunaijun.blackreflection.annotation.BStaticField.* ; @top.niunaijun.blackreflection.annotation.BStaticMethod.* ; + @top.niunaijun.blackreflection.annotation.BMethodCheckNotProcess.* ; @top.niunaijun.blackreflection.annotation.BConstructor.* ; @top.niunaijun.blackreflection.annotation.BConstructorNotProcess.* ; }