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 a type is to be applied to all its subclasses as well or solely on that type only.
    • Element Detail

      • 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