Skip to content

Instantly share code, notes, and snippets.

@peter-lawrey
Created March 14, 2012 08:42
Show Gist options
  • Save peter-lawrey/2035149 to your computer and use it in GitHub Desktop.
Save peter-lawrey/2035149 to your computer and use it in GitHub Desktop.
Nested types
public class A {
public interface B {
public enum C {;
public @interface D {
public class E {
// etc etc
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment