We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This page keeps track of ideas.
The @Equivalent annotation is currently a purely informational meta annotation. This could be extended to a way of defining new annotations:
@Equivalent
@Equivalent( asEnsure = "@result()==42", onParameter = "@param()==42") public @interface MustEqual42 { }