Annotation Type TemplateParameter


  • @Retention(RUNTIME)
    @Target({METHOD,FIELD})
    public @interface TemplateParameter
    Annotate a Vert.x data object property for custom configuration when it is mapped to a template parameter.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String name  
    • Element Detail

      • name

        String name
        Returns:
        the template parameter name
        Default:
        ""