Package org.ehcache.sizeof.annotations
Annotation Type IgnoreSizeOf
-
@Retention(RUNTIME) @Target({FIELD,TYPE,PACKAGE}) public @interface IgnoreSizeOf
Annotation to ignore a field, type or entire package while doing a SizeOf measurement- See Also:
SizeOf
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
inherited
Controls whether the annotation, when applied to atype
is to be applied to all its subclasses as well or solely on that type only.
-