Annotation Type ReaderThreadOnly


  • @Target(METHOD)
    @Retention(SOURCE)
    @Inherited
    public @interface ReaderThreadOnly
    Marks that method may be called only by the the thread that executes reading or any other thread that received this data source from the reading thread. In general, this annotation means that method may not be executed when other thread concurrently reads data.