新增中文翻译

master
星期八 4 years ago
parent 9be887cc6d
commit 5f99d6979b
  1. 1
      spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory.java

@ -46,6 +46,7 @@ import org.springframework.lang.Nullable;
/** /**
* Abstract base class for factories that can create Spring AOP Advisors * Abstract base class for factories that can create Spring AOP Advisors
* given AspectJ classes from classes honoring the AspectJ 5 annotation syntax. * given AspectJ classes from classes honoring the AspectJ 5 annotation syntax.
* 工厂的抽象基类这些工厂可以创建SpringAOP顾问从支持AspectJ5注释语法的类中给定AspectJ类
* *
* <p>This class handles annotation parsing and validation functionality. * <p>This class handles annotation parsing and validation functionality.
* It does not actually generate Spring AOP Advisors, which is deferred to subclasses. * It does not actually generate Spring AOP Advisors, which is deferred to subclasses.

Loading…
Cancel
Save