Skip to content

Commit

Permalink
Add doc comment to the @global definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMarcII committed Jan 12, 2015
1 parent d517fdc commit 3cf6870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dart/lib/src/annotations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ class Chain implements Finder {
String toString() => '@Chain($_annotations)';
}

/// Evaluates the nested annotation from the global context for the PageLoader
/// instance being used.
class Global implements Finder {
final Finder annotation;

Expand Down

0 comments on commit 3cf6870

Please sign in to comment.