added util-java module with annotations

This commit is contained in:
Jonas Boner 2009-03-10 00:59:10 +01:00
parent 23c104003b
commit 606f34e908
2 changed files with 44 additions and 0 deletions

View file

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