1 2 3 4 5 6
// "enum called Enum, annotation called Annotation, etc" enum Enum {A,B,C} @interface Annotation {} aspect Aspect{} class Class{}