- Enclosing class:
Ignored
Indicates that a parameter is never ignored.
This is the default behavior of any parameter in java.
This is the default behavior of any parameter in java.
The annotation is only used to reset the behavior of a parameter that is
annotated with Ignored.Always
or Ignored.Maybe
.
An example would be an overridden method where the superclass ignores a parameter.