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.

@FunctionalInterface public interface Condition
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.