* Add since tags for 8.1
Note that ConnectorTracker changes will probably be backported to 7.7
in #9331.
* <p>
* This should only be called by the framework.
*
- * @since
+ * @since 8.1
*/
public void ensureCleanedAndConsistent() {
// Do this expensive check only with assertions enabled
*
* @return <code>true</code> if the hierarchy is consistent,
* <code>false</code> otherwise
- * @since
+ * @since 8.1
*/
private boolean isHierarchyComplete() {
boolean noErrors = true;
/**
* Initialize Mobile HTML5 Drag and Drop Polyfill.
+ *
+ * @since 8.1
*/
public void initializeMobileHtml5DndPolyfill();
}
/**
* Enable Mobile HTML5 DnD support.
+ *
+ * @since 8.1
*/
public boolean enableMobileHTML5DnD = false;