@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SKDMessage
Used to annotate a method in a Messages file using a default value and a key, which is optional. The method name
becomes when the key, when a key is not provided. In most cases key will not be provided.