注释类型 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.

    从以下版本开始:
    3.1
    作者:
    Costin Leau, Chris Beams