Annotation Interface CacheKeyParameterPositions


@InterceptorBinding @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface CacheKeyParameterPositions
This interceptor binding is added at build time on a method if: It helps improving performances by storing at build time the positions of CacheKey-annotated arguments instead of relying on reflection at run time (which is bad for performances) to identify these positions.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    short[]
     
  • Element Details

    • value

      short[] value
      Default:
      {}