Example:
void m() { boolean b = true; //boolean variable 'b' is always inverted System.out.println(!b); }