1 2 3 4
import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) @interface CacheMethodResult {}