Package org.faktorips.runtime.model.type
Interface Type.AnnotatedElementMatcher<T extends Annotation>
- Type Parameters:
T- is the type of annotation that is expected.
- Enclosing class:
- Type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Matcher for methods or fields based on annotation properties.
-
Method Summary
-
Method Details
-
matches
- Parameters:
annotation- the annotation found.- Returns:
trueif the annotation matches the condition,falseelse.
-