Search code examples
templatesjavadocjautodoc

jAutodoc Getter Template


I would like to set up the template to comment automatically my getter as for example:

int getNumberOfQuestions()

This should ideally give me

Recover the value of numberOfQuestions

So what I didn't catch is ok I can get NumberOfQuestions with e.g(1) But Actually I have ${e.g(1).rsfl()} and can't succeed to remove the split and if I remove rsfl I don't have the split but I loose the first letter in lower case???


Solution

  • Use fl (first to lower): ${e.g(1).fl()}