This selector can take the following arguments:
* annotation - target annotation"s fully qualified class name
* value - a list of an acceptable annotation values (optional)
* condition - selection condition (allowed keywords: "equals", "exists", "not", "and", "or")
This is an example of how to filter class-files by an abstract annotation (with RetentionPociy.CLASS or .RUNTIME):
....