Package org.aoju.bus.starter.annotation
Annotation Interface EnableSensitive
@Inherited
@Documented
@Target(TYPE)
@Retention(RUNTIME)
@Import(SensitiveConfiguration.class)
public @interface EnableSensitive
启用数据脱敏
- Since:
- Java 17+
- Author:
- Kimi Liu