@Retention(value=RUNTIME) @Target(value=PARAMETER) public static @interface Messages.Optional
Example:
String example(@Optional int count)