hooks method

void hooks(
  1. Type clazz
)

Add a Type with defined hook definitions

Implementation

void hooks(Type clazz) {
  _stepdefs.add(clazz);
}