diff options
author | Ray Cromwell <cromwellian@gmail.com> | 2009-04-30 21:43:29 +0000 |
---|---|---|
committer | Ray Cromwell <cromwellian@gmail.com> | 2009-04-30 21:43:29 +0000 |
commit | 96375a486ad02ebe30af85a7dddc48b7f3e7349d (patch) | |
tree | 2fe65f44995720fc8b477b3845fd2c985e6f6d29 /gwtquery-core/src/main/java/gwtquery/client/Plugin.java | |
parent | 94e9626e350487ade2617ebf0706897d77df1b17 (diff) | |
download | gwtquery-96375a486ad02ebe30af85a7dddc48b7f3e7349d.tar.gz gwtquery-96375a486ad02ebe30af85a7dddc48b7f3e7349d.zip |
Refactored to com.google.gwt.query
Fixup javadocs
Add tests
Diffstat (limited to 'gwtquery-core/src/main/java/gwtquery/client/Plugin.java')
-rw-r--r-- | gwtquery-core/src/main/java/gwtquery/client/Plugin.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gwtquery-core/src/main/java/gwtquery/client/Plugin.java b/gwtquery-core/src/main/java/gwtquery/client/Plugin.java deleted file mode 100644 index 9f7864d2..00000000 --- a/gwtquery-core/src/main/java/gwtquery/client/Plugin.java +++ /dev/null @@ -1,8 +0,0 @@ -package gwtquery.client;
-
-/**
- * A GQuery plugin
- */
-public interface Plugin<T extends GQuery> {
- T init(GQuery gq);
-}
|