Annotation Type ThreadUnsafe


@Target({METHOD,CONSTRUCTOR,FIELD})
@Retention(SOURCE)
public @interface ThreadUnsafe
A dev-only annotation which indicates that the method MUST be called within a single thread or that its thread safety MUST be ensured externally.