- Enclosing class:
Ignored
@Inherited
@Documented
@Target({PARAMETER,LOCAL_VARIABLE})
@Retention(CLASS)
public static @interface Ignored.Always
Indicates that the parameter or local variable is always ignored.
Passing a null value to a parameter or local variable that is annotated with this annotation
will be safe and will not cause any errors.
Passing a null value to a parameter or local variable that is annotated with this annotation
will be safe and will not cause any errors.