Skip to content

Commit

Permalink
Remove false disclaimers about state/timers from javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles authored and davorbonaci committed Mar 23, 2017
1 parent 61f179d commit 8729ec3
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,6 @@ public interface OutputReceiver<T> {
/**
* Annotation for declaring and dereferencing state cells.
*
* <p><i>Not currently supported by any runner. When ready, the feature will work as described
* here.</i>
*
* <p>To declare a state cell, create a field of type {@link StateSpec} annotated with a {@link
* StateId}. To use the cell during processing, add a parameter of the appropriate {@link State}
* subclass to your {@link ProcessElement @ProcessElement} or {@link OnTimer @OnTimer} method, and
Expand Down Expand Up @@ -428,9 +425,6 @@ public interface OutputReceiver<T> {
/**
* Annotation for declaring and dereferencing timers.
*
* <p><i>Not currently supported by any runner. When ready, the feature will work as described
* here.</i>
*
* <p>To declare a timer, create a field of type {@link TimerSpec} annotated with a {@link
* TimerId}. To use the cell during processing, add a parameter of the type {@link Timer} to your
* {@link ProcessElement @ProcessElement} or {@link OnTimer @OnTimer} method, and annotate it with
Expand Down Expand Up @@ -475,9 +469,6 @@ public interface OutputReceiver<T> {
/**
* Annotation for registering a callback for a timer.
*
* <p><i>Not currently supported by any runner. When ready, the feature will work as described
* here.</i>
*
* <p>See the javadoc for {@link TimerId} for use in a full example.
*
* <p>The method annotated with {@code @OnTimer} may have parameters according to the same logic
Expand Down

0 comments on commit 8729ec3

Please sign in to comment.