Annotation Type Messages.Example


  • @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
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value