Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VAnnotations - Release 1
Annotation Type org.violetlib.annotations.Cache
Deprecated: ShowHide
org.violetlib.annotations

Annotation Type Cache

  • @Documented @Retention(value=SOURCE) public @interface Cache
    An 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.