Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(885)

Unified Diff: test/com/google/gwt/inject/client/binding/WashedFruit.java

Issue 196047: toInstnace() binding implementation Base URL: http://google-gin.googlecode.com/svn/trunk/
Patch Set: Created 14 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/com/google/gwt/inject/client/binding/InstanceBindingTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/com/google/gwt/inject/client/binding/WashedFruit.java
===================================================================
--- test/com/google/gwt/inject/client/binding/WashedFruit.java (revision 0)
+++ test/com/google/gwt/inject/client/binding/WashedFruit.java (revision 0)
@@ -0,0 +1,24 @@
+/*
+ (c) 2009 Creative Development LLC. All rights reserved.
+ http://www.ecwid.com/
+*/
+
+
+package com.google.gwt.inject.client.binding;
+
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+
+import com.google.inject.BindingAnnotation;
+
+/**
+ * 'Washed' flag for the fruit
+ * @author Dmitry Negoda <Dmitry.Negoda@gmail.com>
+ */
+@Retention(RetentionPolicy.RUNTIME)
+@Target({java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.PARAMETER, java.lang.annotation.ElementType.METHOD})
+@BindingAnnotation
+public @interface WashedFruit {
+
+}
« no previous file with comments | « test/com/google/gwt/inject/client/binding/InstanceBindingTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b