@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface Shareable
Shareable components must meet the following requirements:
Shareable components will be reused as much as possible. If a shareable component has no non-transient non-shareable dependencies, then it will be created once per recommender engine rather than per-recommender.
The Shareable annotation should be on the component implementation, not interface.
Compatibility: Public
Copyright © 2013 GroupLens Research. All Rights Reserved.