Annotation Interface Ignored.Never

Enclosing class:
Ignored

@Inherited @Documented @Target(PARAMETER) @Retention(CLASS) public static @interface Ignored.Never
Indicates that a parameter is never ignored.
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.