@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface Architecture.Name
Architectures can be annotated with this to provide a nice display name.
This is used when the name of an architecture has to be displayed to the
user, such as when cycling architectures on a CPU.