Remove @Aspect
for classes containing only @Pointcut
declarations in reference documentation
#30790
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: documentation
A documentation task
Milestone
Regarding the current Reference Documentation, the Declaring a Pointcut page contains two sections. The first is the Combining Pointcut Expressions where the following appears:
And the Sharing Named Pointcut Definitions section where the following appears:
The point is that
@Aspect
is unnecessary when the class only declares methods with@Pointcut
.The text was updated successfully, but these errors were encountered: