@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public @interface Stateful
Mark a Class is stateful in the context of ActFramework.
This annotation is used to terminate the stateless declaration introduced by parent class’s InheritedStateless
annotation
Note this annotation is NOT inherited
Copyright © 2014–2017 ActFramework. All rights reserved.