Package org.ehcache.sizeof.annotations
Annotation Type IgnoreSizeOf
Annotation to ignore a field, type or entire package while doing a SizeOf measurement
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
inherited
boolean inheritedControls whether the annotation, when applied to atype
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
-