Annotation Type NoDump

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] value
      This is valid only for a class.
    • Element Detail

      • 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:
        {}