// "enum called Enum, annotation called Annotation, etc"

enum Enum {A,B,C}
@interface Annotation {}
aspect Aspect{}
class Class{}