Package io.github.resilience4j.utils
Class AspectJOnClasspathCondition
java.lang.Object
io.github.resilience4j.utils.AspectJOnClasspathCondition
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
public class AspectJOnClasspathCondition
extends java.lang.Object
implements org.springframework.context.annotation.Condition
-
Constructor Summary
Constructors Constructor Description AspectJOnClasspathCondition() -
Method Summary
Modifier and Type Method Description booleanmatches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-
Constructor Details
-
AspectJOnClasspathCondition
public AspectJOnClasspathCondition()
-
-
Method Details
-
matches
public boolean matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)- Specified by:
matchesin interfaceorg.springframework.context.annotation.Condition
-