changed com.scalablesolutions to se.scalablesolutions
This commit is contained in:
parent
75ba9381dd
commit
bcb850af8c
3 changed files with 301 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* Copyright (C) 2009 Scalable Solutions.
|
||||
*/
|
||||
|
||||
package se.scalablesolutions.akka.annotation;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target(ElementType.METHOD)
|
||||
public @interface oneway {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue