Name
annotations with — Returns all the annotations where the annotation class is the class supplied
Description
Each annotation has a class which represents the type of the annotation.
This transform applies to a set of classes, and returns the set of annotations with those
classes.
Example
annotations with class "org.junit.After"
This would return all the annotations with the class org.junit.After
.