Annotation Interface PredicateImplementation


@Target(METHOD) @Retention(RUNTIME) public @interface PredicateImplementation
A marker interface used to let the IDE know that the annotated method is referenced by one or more MethodPredicate annotations and should not be flagged as unused.