@Retention(value=RUNTIME)
@Inherited
@Target(value={TYPE,FIELD})
public @interface InheritedStateless
Mark a Class is stateless in the context of ActFramework.
Note this annotation is inherited
Copyright © 2014–2017 ActFramework. All rights reserved.