changed com.scalablesolutions to se.scalablesolutions

This commit is contained in:
Jonas Boner 2009-03-22 17:41:22 +01:00
parent 75ba9381dd
commit bcb850af8c
3 changed files with 301 additions and 0 deletions

View file

@ -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 {}