2009-07-02 18:07:29 +02:00
|
|
|
/**
|
2009-12-27 16:01:53 +01:00
|
|
|
* Copyright (C) 2009-2010 Scalable Solutions AB <http://scalablesolutions.se>
|
2009-07-02 18:07:29 +02:00
|
|
|
*/
|
|
|
|
|
|
2010-03-17 14:31:50 +01:00
|
|
|
package se.scalablesolutions.akka.actor.annotation;
|
2009-07-02 18:07:29 +02:00
|
|
|
|
|
|
|
|
import java.lang.annotation.*;
|
|
|
|
|
|
|
|
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
|
|
|
@Target(ElementType.METHOD)
|
|
|
|
|
public @interface postrestart {}
|