2009-03-26 20:23:33 +01:00
|
|
|
/**
|
2009-12-27 16:01:53 +01:00
|
|
|
* Copyright (C) 2009-2010 Scalable Solutions AB <http://scalablesolutions.se>
|
2009-03-26 20:23:33 +01:00
|
|
|
*/
|
|
|
|
|
|
2010-03-17 14:31:50 +01:00
|
|
|
package se.scalablesolutions.akka.actor.annotation;
|
2009-03-26 20:23:33 +01:00
|
|
|
|
|
|
|
|
import java.lang.annotation.*;
|
|
|
|
|
|
|
|
|
|
@Retention(RetentionPolicy.RUNTIME)
|
2009-04-06 19:29:35 +02:00
|
|
|
@Target(ElementType.FIELD)
|
|
|
|
|
public @interface state {}
|