Annotation Type Caching


  • @Target({METHOD,TYPE})
    @Retention(RUNTIME)
    @Inherited
    @Documented
    public @interface Caching
    Group annotation for multiple cache annotations (of different or the same type).

    This annotation may be used as a meta-annotation to create custom composed annotations with attribute overrides.

    Since:
    3.1
    Author:
    Costin Leau, Chris Beams