Annotation Interface NoDump
This is used to annotate a method which we should not dump.
- Author:
- Mike Douglass
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String[] valueThis 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:
{}
-