Counting Java @author annotations per developer

Posted by Eclatante on Stack Overflow See other posts from Stack Overflow or by Eclatante
Published on 2010-04-21T04:25:58Z Indexed on 2010/04/21 4:33 UTC
Read the original article Hit count: 383

Filed under:
|
|

I have a code base where developers use @author annotations on their class definitions. Is there a way for me to be able to programmatically count how many classes are authored by each developer using those annotations?

© Stack Overflow or respective owner

Related posts about java

Related posts about annotations