Annotation Type Placeholder


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface Placeholder
    • 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
      The identifier of the placeholder.
    • Field Detail

      • DEFAULT

        static final java.lang.String DEFAULT
    • Element Detail

      • value

        java.lang.String value
        The identifier of the placeholder. The default identifier is the full key of the node.
        
         section:
          subsection:
            key:
         
        The default identifier would be section.subsection.key
        Default:
        "\u0000"