When coding in C# I have always found the tag remarks very useful for providing notes about the implementation of a class or method, or to give information about th
If you think implementation details are interesting enough to be a part of the Javadoc, you should simply provide them in a paragraph in the Javadoc comment itself: