if ( isAddThreadVerifications() ) {
transformers.add( new ThreadAnnotationTransformer() );
}
if ( isAddNonBlockingVerifications() ) {
transformers.add( new NonBlockingAnnotationTransformer() );
}
return transformers;
} catch ( IOException e ) {
throw new RuntimeException( e );