注释接口 ExcludeFromAllScalars


@Retention(RUNTIME) @Target(allowedTargets=PROPERTY) @Target(METHOD) public @interface ExcludeFromAllScalars
If a scalar property is decorated by this annotation, it will be automatically excluded from either `allScalarsFields` of object fetcher or `#allScalars` or DTO language. It can only be fetched by explicit fetching, like the logical deleted field.

Please do not abuse this annotation. In fact, there are not many properties suitable for using this annotation, generally it is for password properties or LOB properties.