Annotation Interface Cached


@Retention(RUNTIME) @Target(METHOD) public @interface Cached
Annotation that marks methods that can modify the cache. Mainly used for weaving through AOP.
Author:
Alex Bogdanovski [[email protected]]