public class StaticStuff {
  static int i = 1;

  public static void staticMethod() {
    // do something
  }
}