Annotation Type ThreadSafe


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    public @interface ThreadSafe
    Indicates that the component is thread safe and does not require an object pool. All threads for the component will access the same object at runtime.