Annotation Type Cache


@Target(METHOD) @Retention(SOURCE) @Documented public @interface Cache
Annotate a method to indicate its output is cached.
Author:
Kevin Moore <dev@kevin.moore.name>
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      name of variable field we cache into.