Annotation Type IgnoreSizeOf
-
@Retention(RUNTIME) @Target({FIELD,TYPE,PACKAGE}) public @interface IgnoreSizeOfAnnotation to ignore a field, type or entire package while doing a SizeOf measurement- Author:
- Chris Dennis
- See Also:
SizeOf
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleaninheritedControls whether the annotation, when applied to atypeis to be applied to all its subclasses as well or solely on that type only.
-