| Class | Description |
|---|---|
| AnnotationPresent |
Represents a filter that only lets implementations with a specific annotation pass through.
|
| InstanceOf |
Represents a filter that only lets implementations of the given parent class pass through.
|
| Not |
Represents a filter that negates the output of another.
|
| Or |
Represents a filter which returns true if one of the filters returns true as well.
|
Copyright © 2014–2015 MountainBlade. All rights reserved.