public interface AttributeSuppressionStrategy
Modifier and Type | Field and Description |
---|---|
static AttributeSuppressionStrategy |
DEFAULT
Default strategy: show all attributes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
suppress(AttributeDescriptor descriptor)
Should the attribute described as given be suppressed during introspection?
|
static final AttributeSuppressionStrategy DEFAULT
boolean suppress(AttributeDescriptor descriptor)
descriptor
- AttributeDescriptor
, not nullCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.