Annotation Interface Stateful


@Documented @Retention(CLASS) @Target({FIELD,METHOD,TYPE}) public @interface Stateful
Generally, don't cache/save the stateful object or access/update it with multiple threads.