Annotation Interface PredicateImplementation


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

Alternatively, the RuleElement annotation can be used for a more generic approach.