blob: 945075fb2f6acf9d847465aba0f0d04206a3708b [file] [log] [blame]
package org.checkerframework.checker.testchecker.wholeprograminference.qual;
import org.checkerframework.framework.qual.IgnoreInWholeProgramInference;
/**
* Toy type system for testing field inference.
*
* @see Sibling1, Sibling2, Parent
*/
@IgnoreInWholeProgramInference
public @interface ToIgnore {}