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:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    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.
  • Element Details

    • inherited

      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