See: Description
| Interface | Description |
|---|---|
| JavaFilter |
A JavaFilter is intended for use with the CallerContext.list* methods in the base package.
|
| Class | Description |
|---|---|
| AndFilter |
An AndFilter is a SourceFilter that accepts an element if all of the input filters accept the element.
|
| AnnotationFilter |
Accepts types that are annotation types.
|
| AssignableFilter |
A AssignableFilter accepts any element whose resolved type may be assigned to the target type.
|
| DeprecatedFilter |
A AssignableFilter rejects elements that are deprecated.
|
| NotFilter |
Invert the results of another filter.
|
| OrFilter |
An OrFilter is a SourceFilter that accepts an element if at least one of the input filters accepts the element.
|
| Enum | Description |
|---|---|
| AssignableFilter.Require |
Requirements for the filter
|