Annotation Type Comment


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface Comment
    The comment to add to the given node. If no value is provided the full key of this node will be used as comment. This is done so that you can easily translate them.
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String DEFAULT  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value  
    • Field Detail

      • DEFAULT

        static final java.lang.String DEFAULT
    • Element Detail

      • value

        java.lang.String value
        Default:
        "\u0000"