Annotation Type NoDump
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface NoDump
This is used to annotate a method which we should not dump.- Author:
- Mike Douglass
-
-
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:
- {}
-
-