Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/jiveproperties
Florian Schmaus c9a9982cef Migrate markdown documentation to javadoc
While markdown is easier to write, Smack's markdown documentation was
never tightly coupled with the source. For example, the markdown
documentation never provided links to the actual Java classes and
methods. This poses the risk that the documentation and the code
diverge over time. Furthermore, javadoc is constantly improving (for
example @snippet annotations) and I expect that one will be able to
write javadoc in markdown.

Fixes SMACK-928.
2023-02-03 09:50:35 +01:00
..
packet Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
provider [jiveproperties] Use DoOnce utility to log "JavaObject not enabled" 2021-11-01 19:28:15 +01:00
JivePropertiesManager.java Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
package-info.java Migrate markdown documentation to javadoc 2023-02-03 09:50:35 +01:00