Skip to content

Commit

Permalink
Updating Henson to use Navigation Models
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemures committed Oct 18, 2017
1 parent 69410a5 commit 344b900
Show file tree
Hide file tree
Showing 41 changed files with 2,958 additions and 2,838 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
* {@literal @}InjectExtra("key") String title;
* {@literal @}InjectExtra String content; // "content" is the key for the extra
* </code></pre>
*
* @see Nullable
*/
@Retention(SOURCE) @Target(FIELD) public @interface InjectExtra {
String value() default "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.SOURCE;

@Retention(SOURCE)
@Target(TYPE)
public @interface HensonNavigable {
Class<?> model() default Void.class;
@Retention(SOURCE) @Target(TYPE) public @interface NavigationModel {
String value() default "";
}
38 changes: 0 additions & 38 deletions dart-annotations/src/main/java/com/f2prateek/dart/Nullable.java

This file was deleted.

38 changes: 0 additions & 38 deletions dart-annotations/src/main/java/com/f2prateek/dart/Optional.java

This file was deleted.

Loading

0 comments on commit 344b900

Please sign in to comment.