Package org.apache.bval.jsr.metadata
Interface AnnotationBehaviorMergeStrategy
-
- All Superinterfaces:
Function<Iterable<? extends HasAnnotationBehavior>,AnnotationBehavior>
- All Known Implementing Classes:
AnnotationBehavior
- 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 AnnotationBehaviorMergeStrategy extends Function<Iterable<? extends HasAnnotationBehavior>,AnnotationBehavior>
-
-
Method Summary
Static Methods Modifier and Type Method Description static AnnotationBehaviorMergeStrategy
consensus()
static AnnotationBehaviorMergeStrategy
first()
-
-
-
Method Detail
-
first
static AnnotationBehaviorMergeStrategy first()
-
consensus
static AnnotationBehaviorMergeStrategy consensus()
-
-