Changeset 82 for trunk/src/main/java/omq/client/annotation/MultiMethod.java
- Timestamp:
- 07/05/13 16:51:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main/java/omq/client/annotation/MultiMethod.java
r54 r82 9 9 @Target(ElementType.METHOD) 10 10 public @interface MultiMethod { 11 /** 12 * If @MultiMethod is followed by @SyncMethod waitNum indicates how many 13 * responses we will wait for. 14 * 15 * @return length of the array of responses we are waiting for. 16 */ 11 17 int waitNum() default 1; 12 18 }
Note: See TracChangeset
for help on using the changeset viewer.