/** * Copyright (C) 2009 Scalable Solutions. */ package com.scalablesolutions.akka.annotation; import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface oneway {}