Define threading expectation for Stream

-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=72590025
This commit is contained in:
zhangkun 2014-08-04 16:25:02 -07:00 committed by Eric Anderson
parent 621706aa03
commit c7d33bf3c8
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ import javax.annotation.Nullable;
/**
* A single stream of communication between two end-points within a transport.
*
* <p>An implementation doesn't need to be thread-safe.
*/
public interface Stream {