Annotation Interface NoDump


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface NoDump
This is used to annotate a method which we should not dump.
Author:
Mike Douglass
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    This is valid only for a class.
  • Element Details

    • value

      String[] value
      This is valid only for a class. If specified without any values means do not dump the class. If specified with a list means skip those methods.

      Allows skipping of inherited methods.

      Returns:
      String names of methods to skip
      Default:
      {}