# CompletableFuture **Repository Path**: zhuniannian/CompletableFuture ## Basic Information - **Project Name**: CompletableFuture - **Description**: 基于spring aop的自定义注解用于实现异步编程 模拟spring的@Async @EnAbleAsync - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-17 - **Last Updated**: 2023-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于spring aop自定义注解 实现异步编程(模拟spring @async @EnableAsync注解功能实现) 实现步骤 1.定义是否开启异步处理的注解(EnableDoAsync),定义ImportSelector导入spring容器 2.配置切点,方法拦截器 3.通知器整合切点(实现了AsyncHandler注解的类),方法拦截器(实现aop的地方)