Annotation Type Messages.Example

Enclosing interface:
Messages

@Retention(RUNTIME) @Target(PARAMETER) public static @interface Messages.Example
An example of the annotated parameter to assist translators.

Example:

   String example(@Example("/etc/passwd") String fileName)