ehcache

net.sf.ehcache.pool.sizeof.annotations
Annotation Type IgnoreSizeOf


@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE,PACKAGE})
public @interface IgnoreSizeOf

Annotation to ignore a field, type or entire package while doing a SizeOf measurement

Author:
Chris Dennis
See Also:
SizeOf

Optional Element Summary
 boolean inherited
          Controls whether the annotation, when applied to a type is to be applied to all its subclasses as well or solely on that type only.
 

inherited

public abstract boolean inherited
Controls whether the annotation, when applied to a type is to be applied to all its subclasses as well or solely on that type only. true if inherited by subtypes, false otherwise

Default:
false

ehcache

Copyright 2001-2017, Terracotta, Inc.