Package org.aoju.bus.starter.annotation
Annotation Interface EnableWrapper
@Inherited
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,FIELD})
@Import(WrapperConfiguration.class)
public @interface EnableWrapper
启用Request/Response请求包装
- Since:
- Java 17+
- Author:
- Kimi Liu