Skip to content

Commit

Permalink
roll back ...
Browse files Browse the repository at this point in the history
  • Loading branch information
chen committed Jun 14, 2016
1 parent 45a998c commit b457975
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@
*/
public interface UpdaterManager {
<T> Updater<T> getUpdater(Class<T> tClass);

@Target(ElementType.TYPE)
@interface ManagedUpdater {
Class<?> value();
}
}

0 comments on commit b457975

Please sign in to comment.