Interface Condition
- All Known Implementing Classes:
OnMissingBindingCondition
,OnPresentBindingsCondition
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Checks an annotated element to see if it matches some condition.
Implementation note: must have a default constructor. The class should be used in a
Conditional
annotation on an annotation class to provide parameters to the condition.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(ConditionContext context, AnnotatedElement element)
-
Method Details
-
matches
-