类 CaptchaConfiguration

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportAware

    @Configuration(proxyBeanMethods=false)
    @Role(2)
    @EnableConfigurationProperties(DefaultBeanProperties.class)
    public class CaptchaConfiguration
    extends Object
    implements org.springframework.context.annotation.ImportAware
    • 字段详细资料

      • attrs

        @Nullable
        protected org.springframework.core.annotation.AnnotationAttributes attrs
    • 构造器详细资料

      • CaptchaConfiguration

        public CaptchaConfiguration()
    • 方法详细资料

      • setImportMetadata

        public void setImportMetadata​(org.springframework.core.type.AnnotationMetadata annotationMetadata)
        指定者:
        setImportMetadata 在接口中 org.springframework.context.annotation.ImportAware