source:
branches/objectmq-1.0/src/omq/client/annotation/AsyncMethod.java
@
35
| Last change on this file since 35 was 33, checked in by amoreno, 13 years ago | |
|---|---|
| File size: 419 bytes | |
| Line | |
|---|---|
| 1 | package omq.client.annotation; |
| 2 | |
| 3 | import java.lang.annotation.ElementType; |
| 4 | import java.lang.annotation.Retention; |
| 5 | import java.lang.annotation.RetentionPolicy; |
| 6 | import java.lang.annotation.Target; |
| 7 | |
| 8 | /** |
| 9 | * Annotation which indicates a method as Asynchronous. |
| 10 | * |
| 11 | * @author Sergi Toda <sergi.toda@estudiants.urv.cat> |
| 12 | * |
| 13 | */ |
| 14 | |
| 15 | @Retention(RetentionPolicy.RUNTIME) |
| 16 | @Target(ElementType.METHOD) |
| 17 | public @interface AsyncMethod { |
| 18 | } |
Note: See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/trac/objectmq/chrome/site/your_project_logo.png)