+ 4
Adding Java annotations to the course
I would find it very helpful to add a chapter on annotations to the java course. I know that annotations are mentioned, but I suggest to add an own chapter to emphasize its power. What do you think?
1 ответ
0
My opinion is that annotations are more advanced Java feature and begginers do not really need them. Only annotation a begginer needs to understand is @Override. Annotations could be a chapter in some advanced Java course, if they ever make something like that.