类 AspectJAdvisorBeanRegistrationAotProcessor

java.lang.Object
infra.aop.aspectj.annotation.AspectJAdvisorBeanRegistrationAotProcessor
所有已实现的接口:
infra.beans.factory.aot.BeanRegistrationAotProcessor

class AspectJAdvisorBeanRegistrationAotProcessor extends Object implements infra.beans.factory.aot.BeanRegistrationAotProcessor
An AOT BeanRegistrationAotProcessor that detects the presence of classes compiled with AspectJ and adds the related required field hints.
从以下版本开始:
4.0
作者:
Sebastien Deleuze, Harry Yang
  • 字段详细资料

    • AJC_MAGIC

      private static final String AJC_MAGIC
      另请参阅:
    • aspectjPresent

      private static final boolean aspectjPresent
  • 构造器详细资料

    • AspectJAdvisorBeanRegistrationAotProcessor

      AspectJAdvisorBeanRegistrationAotProcessor()
  • 方法详细资料

    • processAheadOfTime

      @Nullable public infra.beans.factory.aot.BeanRegistrationAotContribution processAheadOfTime(infra.beans.factory.support.RegisteredBean registeredBean)
      指定者:
      processAheadOfTime 在接口中 infra.beans.factory.aot.BeanRegistrationAotProcessor
    • compiledByAjc

      private static boolean compiledByAjc(Class<?> clazz)