Changeset 83 for trunk/src/main/java/omq/client/annotation/MultiMethod.java
- Timestamp:
- 07/08/13 13:29:24 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main/java/omq/client/annotation/MultiMethod.java
r82 r83 6 6 import java.lang.annotation.Target; 7 7 8 /** 9 * Annotation which indicates a method as Multi. 10 * 11 * @author Sergi Toda <sergi.toda@estudiants.urv.cat> 12 * 13 */ 8 14 @Retention(RetentionPolicy.RUNTIME) 9 15 @Target(ElementType.METHOD)
Note: See TracChangeset
for help on using the changeset viewer.