summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2010-04-13 19:08:48 +0000
committerGrant Gayed <ggayed>2010-04-13 19:08:48 +0000
commit1aab190d0ff60824dbea6c6c086d9999f10fa2d7 (patch)
tree5338688347180c0b51403fe7827a0b0987f01af0 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
parent02887e91106412c851d772ba089115156c235fa6 (diff)
downloadeclipse.platform.swt-1aab190d0ff60824dbea6c6c086d9999f10fa2d7.tar.gz
eclipse.platform.swt-1aab190d0ff60824dbea6c6c086d9999f10fa2d7.tar.xz
eclipse.platform.swt-1aab190d0ff60824dbea6c6c086d9999f10fa2d7.zip
305742 - Fields that should not be referenced by clients should have @noreference javadoc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
index 7c57027e7b..f555d95fd8 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Control.java
@@ -52,6 +52,8 @@ public abstract class Control extends Widget implements Drawable {
* within the packages provided by SWT. It is not available on all
* platforms and should never be accessed from application code.
* </p>
+ *
+ * @noreference This field is not intended to be referenced by clients.
*/
public int /*long*/ handle;
Composite parent;
@@ -1516,6 +1518,8 @@ boolean hasFocus () {
*
* @param data the platform specific GC data
* @return the platform specific GC handle
+ *
+ * @noreference This method is not intended to be referenced by clients.
*/
public int /*long*/ internal_new_GC (GCData data) {
checkWidget();
@@ -1570,6 +1574,8 @@ public int /*long*/ internal_new_GC (GCData data) {
*
* @param hDC the platform specific GC handle
* @param data the platform specific GC data
+ *
+ * @noreference This method is not intended to be referenced by clients.
*/
public void internal_dispose_GC (int /*long*/ hDC, GCData data) {
checkWidget ();