@Documented on @Version so it shows up in javadoc?
24 views
Skip to first unread message
David Jencks
unread,
Jul 15, 2012, 4:11:53 PM7/15/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bndtool...@googlegroups.com
What would people think of adding the @Documented annotation to @Version and probably the other related bnd annotations so they all show up in javadoc? (If you don't include the bnd annotations in the javadoc classpath they still won't show up the javadoc, so you would still get a choice)
I'm dealing with a build system that uses @version javadoc tags in package-info.java with the goal that the version show up in javadoc and then does something to generate packageinfo files from the javadoc tags. I'm looking for a better way...
thanks
david jencks
Peter Kriens
unread,
Jul 16, 2012, 9:45:22 AM7/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bndtool...@googlegroups.com
Fine with me ... try it out. I actually wasn't aware of this feature.