Skip to content

Commit

Permalink
fix miss typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenchickenlove committed Apr 27, 2024
1 parent 989cef1 commit 1790392
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
/**
* If you want to import {@link ParallelConsumerConfiguration} to your application,
* you just annotated {@link EnableParallelConsumer} to your spring application.
* @author ...
* @since 3.2.0
*
* @author Sanghyeok An
*
* @since 3.3
*/

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Import(ParallelConsumerImportSelector.class)
public @interface EnableParallelConsumer {
}
}

0 comments on commit 1790392

Please sign in to comment.