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)
 

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details