Annotation is created based on the interface.
Our first annotation type:
// A simple annotation type. @interface MyAnnotation { String stringValue(); int intValue(); }