org.qi4j.library.cache
Annotation Type Cached


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Documented
@Inherited
public @interface Cached

Mark interfaces or methods whose results should be cached with this annotation.