org.violetlib.annotations
Annotation Type Cache
-
@Documented @Retention(value=SOURCE) public @interface CacheAn annotation for an instance variable that caches a value. The value is created as needed and retained using the instance variable. The instance variable is cleared to invalidate the cache and force the value to be recreated.