Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/xdata
Florian Schmaus 07da9ffb48 Do not have Stanza.getExtension(String, String) return a generic type
Returning a generic would allow for

List<ExtensionElement> list = stanza.getExtension("foo", "bar");

to compile (Note the we are calling getExtension(), not
getExtension*s*()).

Users are encouraged to use the type safe getExtension(Class<? extends
ExtensionElement) variant instead.

Fixes SMACK-825.
2020-04-05 22:10:05 +02:00
..
packet Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
provider Introduce FormFieldChildElement and make FormField immutable 2019-06-11 12:47:39 +02:00
Form.java Javadoc changes for Java 11 compatibility 2019-07-19 23:05:46 +02:00
FormField.java Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
FormFieldChildElement.java Introduce FormFieldChildElement and make FormField immutable 2019-06-11 12:47:39 +02:00
XDataManager.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00