Annotation Interface Ignored.Maybe

Enclosing class:
Ignored

@Inherited @Documented @Target({PARAMETER,LOCAL_VARIABLE}) @Retention(CLASS) public static @interface Ignored.Maybe
Indicates that the parameter or local variable is maybe ignored.
The reason for this could be that there is a rare case where the parameter or local variable
is used or that passing a null value to the parameter or local variable will cause an error.