Class InitialMonitorLoadingCondition

  • All Implemented Interfaces:
    org.springframework.context.annotation.Condition

    public class InitialMonitorLoadingCondition
    extends Object
    implements org.springframework.context.annotation.Condition
    A Condition based on the LOADING_PROPERTY property.
    Author:
    ActiveViam
    • Field Detail

    • Constructor Detail

      • InitialMonitorLoadingCondition

        public InitialMonitorLoadingCondition()
    • Method Detail

      • matches

        public boolean matches​(org.springframework.context.annotation.ConditionContext context,
                               org.springframework.core.type.AnnotatedTypeMetadata metadata)
        Specified by:
        matches in interface org.springframework.context.annotation.Condition